@reskit/emoji
TypeScript icon, indicating that this package has built-in type declarations

1.3.1 • Public • Published

Install

Install @reskit/emoji by pnpm

pnpm add @reskit/emoji

Usage

Extract common emoji

Faster and smaller

import { extractCommonEmoji } from "@reskit/emoji";

extractCommonEmoji("this is the emoji 😁😃😆");

Output

["😁", "😃", "😆"]

Extract full-supported emoji

import { extractEmoji } from "@reskit/emoji";

extractEmoji("👍🏻👍🏼👍🏽👍🏾👍🏿", true);

Output

["👍🏻", "👍🏼", "👍🏽", "👍🏾", "👍🏿"]

Others

Welcome to contribute and make @reskit/emoji better!

Package Sidebar

Install

npm i @reskit/emoji

Weekly Downloads

0

Version

1.3.1

License

Apache-2.0

Unpacked Size

26.6 kB

Total Files

5

Last publish

Collaborators

  • simumn