0.1.3 • Published 3 years ago

twemoji-support-list v0.1.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

🗒 Twemoji support list

npm

Installation

npm install --save twemoji-support-list

Usage

import twemoji from "twemoji";
import twemojiSupportList from 'twemoji-support-list';

const unknownSourceEmoji = '😀';
const emojiCodePoint = twemoji.convert.toCodePoint( unknownSourceEmoji );

if ( twemojiSupportList.has( emojiCodePoint ) ) {
  // Twemoji has an image for 'unknownSourceEmoji'
}

If you only need the list file

git clone https://github.com/abgita/twemoji-support-list.git
cd twemoji-support-list
npm install && npm run fetch

Then get it from './src/supported-emojis.json'

0.1.3

3 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago