An updated, simple Svelte wrapper for twemoji.
npm install svelte-twemojifyAn updated, simple Svelte wrapper for twemoji. You can just drop the twemojify action into
your component and all emojis will become consistent across all platforms.
``svelte
This emoji will be transformed into an image: ✨.
$3
You can also specify how twemoji will process the contents using a configuration object or a callback function.
Check out the options documentation for more details.
`svelte
This emoji will be transformed into an image: ✨.
`For additional tips and best practices, take a look here.
Installation
`bash
npm install svelte-twemojify
``- twemoji
- @discordapp/twemoji
- svelte-twemoji
svelte-twemojify is licensed under the MIT license - see the LICENSE file for details.
For bug reports, feature requests, or contributions, please open an issue or submit a pull request on the GitHub repository.