Skip to content

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dejurin committed May 13, 2024
1 parent 74c5d74 commit 9a12f5a
Show file tree
Hide file tree
Showing 3 changed files with 506 additions and 10 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,25 @@

This 📚 [library](https://www.npmjs.com/package/@qit.tools/unicode-emoji-json-lite) provides a 🪶 lightweight version of the [unicode-emoji-json](https://www.npmjs.com/package/unicode-emoji-json) library. Essentially, this library simplifies JSON files by using ready-made JSON from the unicode-emoji-json library.

### RGI only

This data does not contain minimally-qualified and unqualified emoji.

> RGI: Recommended for General Interchange. A subset of emojis which is likely to be widely supported across multiple platforms.
> Minimally-qualified or unqualified emoji zwj sequences may be handled in the same way as their fully-qualified forms; the choice is up to the implementation.
Full description can be found at http://www.unicode.org/reports/tr51/.

To change the skin tone using JavaScript, use our library [@qit.tools/skin-tone](https://www.npmjs.com/package/@qit.tools/skin-tone).

## 👀 DEMO

Example of using the library: [Random Emoji Generator](https://qit.tools/generators/random-emoji/)

## CDN

- [unpkg](https://unpkg.com/browse/@qit.tools/unicode-emoji-json-lite/)

## 🏗️ Install

Expand Down Expand Up @@ -150,6 +165,9 @@ Edge Add-on: [Emoji Keyboard Copy & Paste](https://microsoftedge.microsoft.com/a

Website: [Emoj.in](https://emoj.in/)

## License

MIT

## Unicode License Agreement

Expand Down
Loading

0 comments on commit 9a12f5a

Please sign in to comment.