@twemoji/svg

15.0.0 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 15.0.0
    58
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 15.0.0
    58
  • 0.1.2
    0
  • 0.1.1
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i @twemoji/svg

Weekly Downloads

58

Version

15.0.0

License

MIT

Unpacked Size

8.15 MB

Total Files

3723

Last publish

Collaborators

  • boywithkeyboard
  • jdecked