0.1.13 • Published 5 months ago

@textcomplete/contenteditable v0.1.13

Weekly downloads
90
License
MIT
Repository
github
Last release
5 months ago

@textcomplete/contenteditable

Textcomplete editor for contenteditable. (Experimental)

npm version

Check the live demo here.

Install

npm install --save @textcomplete/core @textcomplete/contenteditable

Synopsis

const { Textcomplete } = require("@textcomplete/core")
const { ContenteditableEditor } = require("@textcomplete/contenteditable")

const editor = new ContenteditableEditor(myContenteditableElement)
const textcomplete = new Textcomplete(editor, strategies, option)

Usage

Read the document.

License

© Yuku Takahashi - This software is licensed under the MIT license.