1.0.1 • Published 1 year ago

extract-unicode v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

extract-unicode

Extract all unicode codepoints for a given symbol. Useful for custom emoji libraries like Twemoji.

Usage

const ExtractUnicode = require("extract-unicode") // CommonJS
import ExtractUnicode from "extract-uncide" // ES6 & Typescript

ExtractUnicode("👨‍🦰") // [ '1f468', '200d', '1f9b0' ]
1.0.1

1 year ago

1.0.0

1 year ago