Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zjhiphop/emojify
A content editable plugin for supporting emoji insert/delete.
https://github.com/zjhiphop/emojify
Last synced: 3 days ago
JSON representation
A content editable plugin for supporting emoji insert/delete.
- Host: GitHub
- URL: https://github.com/zjhiphop/emojify
- Owner: zjhiphop
- License: mit
- Created: 2014-06-19T04:30:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-10-21T22:13:38.000Z (about 5 years ago)
- Last Synced: 2024-04-16T12:57:32.917Z (7 months ago)
- Language: JavaScript
- Size: 35.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
emojify
=======A content editable plugin for supporting emoji insert/delete.
Design goal
===========* Give a placeholder could make it support add emoji to specify position
* Delete a emoji from specific positionHow to use it?
==============Only attach a attribute `data-emojify` to editor container and a attribute `data-emoji-btn` to emoji button.
Then include `bundle.js` will done.```
Web editor
Add a Emoji
```
See Example
===========
Run `npm test` then open browser with `locahost:8000`