3.0.8 • Published 3 years ago
twemazing v3.0.8
twemazing
Note: twemazing only receives bug fixes and is entirely automated.
Installation
PNG + SVG
64x/128x/256x/512x × ~175 MB
npm i twemazingSVG
Variable × ~15 MB
npm i @twemazing/svgPNG
64x/128x/256x/512x × ~25 MB
npm i @twemazing/png64x × ~25 MB
npm i @twemazing/64x128x × ~25 MB
npm i @twemazing/128x256x × ~25 MB
npm i @twemazing/256x512x × ~25 MB
npm i @twemazing/512xUsage
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' />
)