Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boywithkeyboard-archive/twemoji_svg
The latest optimized SVG files for jdecked's Twemoji.
https://github.com/boywithkeyboard-archive/twemoji_svg
svg twemoji
Last synced: 12 days ago
JSON representation
The latest optimized SVG files for jdecked's Twemoji.
- Host: GitHub
- URL: https://github.com/boywithkeyboard-archive/twemoji_svg
- Owner: boywithkeyboard-archive
- License: mit
- Created: 2023-03-23T21:05:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-10T13:32:16.000Z (12 months ago)
- Last Synced: 2024-09-18T10:42:58.262Z (2 months ago)
- Topics: svg, twemoji
- Language: TypeScript
- Homepage: https://github.com/jdecked/twemoji
- Size: 2.18 MB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
## @twemoji/svg
### Usage
#### CSS
```css
.class {
background: url("https://cdn.jsdelivr.net/npm/@twemoji/svg@latest/1f310.svg");
}
```#### HTML
```html
```#### JavaScript
```bash
npm i @twemoji/svg
``````jsx
import src from '@twemoji/svg/1f310.svg'export function App() {
return
}
```### 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.).