@textcomplete/contenteditable
v0.1.13
Published
Textcomplete editor for contenteditable
Downloads
8,677
Readme
@textcomplete/contenteditable
Textcomplete editor for contenteditable. (Experimental)
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.