Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.).