lite-editor-emoji-picker-plugin

3.1.2 • Public • Published

Lite Editor Emoji Picker Plugin

Examples

https://cdn.rawgit.com/appleple/lite-editor-emoji-picker-plugin/d9eec7e0/test/index.html

Installation

via npm

npm install lite-editor-emoji-picker-plugin --save

or yarn

yarn add lite-editor-emoji-picker-plugin

Usage

import LiteEditor from 'lite-editor';
import liteEditorEmojiPicker from 'lite-editor-emoji-picker-plugin';
 
const editor = new LiteEditor('.js-editor');
editor.registerButton(liteEditorEmojiPicker({
    label: 'emoji'
}));

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 3.1.2
    15
    • latest

Version History

Package Sidebar

Install

npm i lite-editor-emoji-picker-plugin

Weekly Downloads

16

Version

3.1.2

License

MIT

Unpacked Size

2.58 MB

Total Files

32

Last publish

Collaborators

  • appleple