Textcomplete editor for HTMLTextAreaElement
npm install @textcomplete/textareaTextcomplete editor for HTMLTextAreaElement.

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