githooked
Library | Functional - Stable - A near exact emoji tables of Discord for string-based insertion of emotes without having to escape Unicode.
Find more in-depth guidance and documentation at https://xcykrix.github.io/discord-emoji.html
Installation
https://xcykrix.github.io/discord_emoji.html#discord-emoji-installation-and-help
Usage
// Deno
import * as dismoji from 'https://deno.land/x/discord_emoji/mod.ts';
// Node.js
// $ npm install discord-emoji
const dismoji = require('discord-emoji');
// API
assertEquals(dismoji.people.grinning, 'π');
assertEquals(dismoji.nature.dog, 'πΆ');
assertEquals(dismoji.food.hamburger, 'π');
assertEquals(dismoji.activity.basketball, 'π');
assertEquals(dismoji.travel.airplane, 'βοΈ');
assertEquals(dismoji.objects.watch, 'β');
assertEquals(dismoji.symbols.eight_pointed_black_star, 'β΄οΈ');
assertEquals(dismoji.flags.flag_us, 'πΊπΈ');
Contributing
This project utilizes a Makefile to control the development, workflow, and distribution of the project. This project requires the Snap Store to be installed on your Linux Operating System. These projects are designed for development with Ubuntu Linux 22.04.
When creating a clone, please execute the following command(s):
$ make setup
$ make build-dev
Application is built to ./dist/
when compiled and generates mod.ts
dynamically by the make build-dev
task.
Support
For support, please open an issue or discussion on GitHub for this project.
Acknowledgements
- Necktrox: Original Author