https://github.com/axelrindle/larecipe-emojify
:heart_eyes: Replaces emoji shortcodes with native unicode emojis.
https://github.com/axelrindle/larecipe-emojify
laravel larecipe
Last synced: 3 months ago
JSON representation
:heart_eyes: Replaces emoji shortcodes with native unicode emojis.
- Host: GitHub
- URL: https://github.com/axelrindle/larecipe-emojify
- Owner: axelrindle
- License: mit
- Created: 2019-04-13T15:17:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-09T13:45:42.000Z (over 4 years ago)
- Last Synced: 2025-02-24T05:53:13.460Z (3 months ago)
- Topics: laravel, larecipe
- Language: JavaScript
- Homepage: https://packagist.org/packages/axelrindle/larecipe-emojify
- Size: 105 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
larecipe-emojify
Replaces emoji shortcodes with native unicode emojis.## About
A package for [LaRecipe](https://github.com/saleem-hadad/larecipe) which adds support for emoji shortcodes.## Installation
```bash
composer require axelrindle/larecipe-emojify
```## Usage
You can insert [emoji shortcodes](https://www.webfx.com/tools/emoji-cheat-sheet/) in your Markdown, which will be converted into unicode symbols.
## Customize
The unicode symbols are wrapped in a `span` element with the `emoji` class. Use this in your CSS code to apply a custom emoji/unicode font (for example [twemoji](https://github.com/eosrei/twemoji-color-font)).
## Screenshot

## License
[MIT](LICENSE)