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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @twemoji/svg

      Weekly Downloads

      27

      Version

      15.0.0

      License

      MIT

      Unpacked Size

      8.15 MB

      Total Files

      3723

      Last publish

      Collaborators

      • boywithkeyboard
      • jdecked