twemazing
v3.0.8
Published
🫠 A fully automated library for Twemoji.
Downloads
1,796
Readme
twemazing
Note: twemazing only receives bug fixes and is entirely automated.
Installation
PNG + SVG
64x/128x/256x/512x × ~175 MB
npm i twemazing
SVG
Variable × ~15 MB
npm i @twemazing/svg
PNG
64x/128x/256x/512x × ~25 MB
npm i @twemazing/png
64x × ~25 MB
npm i @twemazing/64x
128x × ~25 MB
npm i @twemazing/128x
256x × ~25 MB
npm i @twemazing/256x
512x × ~25 MB
npm i @twemazing/512x
Usage
CDN
<img src='https://cdn.jsdelivr.net/npm/@twemazing/svg/1fae0.svg' alt='melting face emoji' />
JavaScript
import meltingFace from '@twemazing/svg/1fae0.svg'
const MyComponent = () => (
<img src={meltingFace} alt='melting face emoji' />
)