@twemoji/svg
v15.0.0
Published
The latest optimized SVG files for jdecked's Twemoji.
Downloads
951
Readme
@twemoji/svg
Usage
CSS
.class {
background: url("https://cdn.jsdelivr.net/npm/@twemoji/svg@latest/1f310.svg");
}
HTML
<img src="https://cdn.jsdelivr.net/npm/@twemoji/svg@latest/1f310.svg" />
JavaScript
npm i @twemoji/svg
import src from '@twemoji/svg/1f310.svg'
export function App() {
return <img src={src} />
}
Versioning
- Major Updates (X.y.z) for adding/revising SVG files according to the Unicode specification.
- Minor Updates (x.y.z) for revising SVG files.
- Patch updates (x.y.Z) for updating the library (readme, license, etc.).