Skip to content
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.

🤠 A awesome library for Twemoji.

License

Notifications You must be signed in to change notification settings

boywithkeyboard-archive/twemazing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twemazing

Note: twemazing only receives bug fixes and is entirely automated.

Warning: As of December 2022, Twemoji appears to no longer be maintained, making this project obsolete. Therefore, we'll archive this repository for the time being.

SVG

Variable × ~8 MB

npm i @twemazing/svg

PNG

64x × ~8 MB

npm i @twemazing/64x

128x × ~17 MB

npm i @twemazing/128x

256x × ~35 MB

npm i @twemazing/256x

512x × ~80 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' />
)