npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

openmoji-named-svgs

v1.0.1

Published

Unofficial redistribution of OpenMoji SVG assets, renamed from Unicode hexcodes to human-readable filenames (e.g. grinning-face.svg). Not affiliated with or endorsed by OpenMoji or HfG Schwäbisch Gmünd.

Readme

openmoji-named-svgs

⚠️ Unofficial redistribution. This package is not affiliated with, endorsed by, or maintained by the OpenMoji project or HfG Schwäbisch Gmünd. It is a community redistribution of the official OpenMoji SVG assets with filenames changed from Unicode hexcodes (e.g. 1F600.svg) to human-readable slugs (e.g. grinning-face.svg). For the official project, use the openmoji npm package.

All emoji artwork and metadata are the work of the OpenMoji team and contributors. Only the filenames and packaging differ in this distribution.

What's inside

openmoji-named-svgs/
├── color/     # 4,495 full-color SVGs
├── black/     # 4,495 monochrome (black) SVGs
├── package.json
├── README.md
├── LICENSE.txt   # CC-BY-SA-4.0 (same as upstream OpenMoji)
└── NOTICE.md     # attribution and list of changes

Each folder contains one SVG per OpenMoji glyph, named by its annotation field from data/openmoji.json in the upstream project.

Naming rules

Source annotation → filename transform:

  1. Unicode normalize (NFKD) and strip diacritics: cafécafe.
  2. Lowercase.
  3. Replace any run of non-[a-z0-9] characters with a single -.
  4. Trim leading/trailing -.
  5. On duplicate annotations (13 cases like donkey, axe, pretzel), append -2, -3, …, ordered by ascending Unicode hexcode so the lowest-codepoint entry gets the plain name.

Examples:

| Upstream file | This package | |---|---| | 1F600.svg | grinning-face.svg | | 1F44B-1F3FE.svg | waving-hand-medium-dark-skin-tone.svg | | 1F9B9-1F3FE-200D-2640-FE0F.svg | woman-supervillain-medium-dark-skin-tone.svg | | E001.svg (donkey) | donkey-2.svg (emoji 1F434 holds donkey) |

Usage

// e.g. in a bundler with a static-import plugin
import grinningFace from 'openmoji-named-svgs/color/grinning-face.svg';

Or serve the folder directly from a CDN / static host.

License

Artwork and data: CC BY-SA 4.0 — same as upstream OpenMoji. See LICENSE.txt.

Under CC BY-SA 4.0 you must:

  • Attribute the OpenMoji project ("OpenMoji – the open-source emoji and icon project. License: CC BY-SA 4.0") with a link to the license.
  • ShareAlike — redistribute any modifications under the same license.
  • Indicate changes — see NOTICE.md for the changes made in this redistribution.

Credits

All emoji artwork © OpenMoji contributors — https://openmoji.org/ — licensed under CC BY-SA 4.0. Upstream repository: https://github.com/hfg-gmuend/openmoji