Textcomplete editor for contenteditable
npm install @textcomplete/contenteditableTextcomplete editor for contenteditable. (Experimental)

Check the live demo here.
``bash`
npm install --save @textcomplete/core @textcomplete/contenteditable
`js
const { Textcomplete } = require("@textcomplete/core")
const { ContenteditableEditor } = require("@textcomplete/contenteditable")
const editor = new ContenteditableEditor(myContenteditableElement)
const textcomplete = new Textcomplete(editor, strategies, option)
``
Read the document.
© Yuku Takahashi - This software is licensed under the MIT license.