Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 position

How 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`