1.0.3 • Published 2 years ago

url2emoji v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

url2emoji

Convert URL of Twemoji image on twitter.com to emoji text.

Installation

npm install url2emoji

Usage

import { url2emoji } from "url2emoji";

const emoji_svg = url2emoji("https://abs-0.twimg.com/emoji/v2/svg/1f600.svg");
const emoji_png = url2emoji("https://abs-0.twimg.com/emoji/v2/72x72/1f600.png");
console.log(emoji_svg); // 😀
console.log(emoji_png); // 😀
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago