@textcomplete/contenteditable
TypeScript icon, indicating that this package has built-in type declarations

0.1.13 • Public • Published

@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.

Readme

Keywords

none

Package Sidebar

Install

npm i @textcomplete/contenteditable

Weekly Downloads

980

Version

0.1.13

License

MIT

Unpacked Size

18 kB

Total Files

12

Last publish

Collaborators

  • yuku-t