Skip to content
This repository has been archived by the owner on Sep 26, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 709 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 709 Bytes

Emojis

A more complete emoji picker for the Froala WYSIWYG editor - includes 1,097 Emojis organised into 8 categories. Originally developed for emailoctopus.com, a low cost email marketing platform.

Emoji picker

Usage

Include the CSS and JS files along with your Froala scripts:

<script src="./build/emojis.min.js"></script>
<link href="./build/emojis.min.css" rel="stylesheet" />

And simply register the Emojis button in your toolbar menu:

$('#froala-editor').froalaEditor({
    toolbarButtons: ['undo', 'redo' , 'emojis']
})

License

See the LICENSE file for license rights and limitations (MIT).