Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

:heart_eyes: Replaces emoji shortcodes with native unicode emojis.

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

![Screenshot](https://github.com/axelrindle/larecipe-emojify/blob/master/screenshot.png)

## License

[MIT](LICENSE)