A JavaScript plugin that analyses the string and automatically embeds the supported emojis, media, maps, tweets, code and services.
##Documentation
##Creating custom build
Set the features you don't want to false in build.json and then run
grunt build
This will create a customized build of the plugin.
##Adding custom emojis
- Add the image to
assets/images/emojis. Make sure the name of the file is same as emoji name. - Pass the emoji name as the value to
customEmoji. See the example here - Run
grunt build-emoji && grunt build
##Contributing
- Fork and clone the repo.
- Run
npm installto install all build dependencies(including Grunt). - Create a new branch, please DON'T work in your master branch directly.
- Run
gruntso that you can see the impact of your changes on the browser while developing. - Fix stuff or add new feature.
- This repo follows Angular commit guidelines. For this we are using commitizen. So instead of git commit, prefer using npm run commit and follow the guidelines.
- Update the documentation to reflect any changes.
- Push to your fork and submit a pull request.
##License
MIT © Ritesh Kumar

