matecat/emoji-to-entity-converter

Matecat Emoji To Entity converter component

v1.0.5 2024-05-14 14:43 UTC

This package is auto-updated.

Last update: 2024-05-14 14:56:15 UTC


README

Scrutinizer Code Quality Build Status

Usage

This library provides two methods to convert emojis in their corresponding Unicode Hexadecimal Code entities.

Emoji to entity

// This will return 🫧
Emoji::toEntity("🫧");

Entity to emoji

// This will return 🪥
Emoji::toEmoji("🪥");

Support

If you found an issue or had an idea please refer to this section.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details