A Hexo plugin that adds emojis support, using Github Emojis API
npm install hexo-filter-github-emojis



A Hexo plugin that adds emoji support, using [Github Emojis API][ghemojis].
Check out the Emoji Cheat Sheet for all the emojis it supports.
`` bash`
$ npm install hexo-filter-github-emojis --save
You can configure this plugin in _config.yml. Default options:
` yaml`
githubEmojis:
enable: true
className: github-emoji
inject: true
styles:
customEmojis:
- enable boolean=true - Enable :: emoji parsing. If off the tag and helper still work.
- className string="github-emoji" - Emoji class name. :sparkles:
For example :sparkles: the filter will generate something like this:
`html`
✨![]()
- inject boolean=true - Inject emoji styles and fallback script. true
If , the filter will inject a