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 🙏

© 2024 – Pkg Stats / Ryan Hefner

openmoji

v15.0.0

Published

Open source emojis for designers, developers and everyone else!

Downloads

3,245

Readme

OpenMoji

Open-source emojis for designers, developers and everyone else! OpenMoji is an open-source project of the HfG Schwäbisch Gmünd by Benedikt Groß, Daniel Utz, 70+ students and external contributors.

👉 OpenMoji.org/

Interact, create, save, and share your work! 🌈#openmoji

This GitHub repository contains all of the source files and exported png/svg files of the OpenMoji project.

⚠️ Please note that the master branch is in active development, so if you're looking for stable production version please use one of the releases.

🛠 You can check the latest work in progress developments via the OpenMoji Dev Catalog which lists all OpenMojis of the master branch.

Table of Contents

Downloads & Distribution Channels

You can download, use and "consume" OpenMoji in various ways:

  • SVG: Color & Black (production ready)
  • Fonts: Color & Black (experimental)
  • PNG 618x618: Color & Black (production ready)
  • PNG 72x72: Color & Black (production ready)
  • OpenMoji app: for iOS with emoji picker
  • OpenMoji Stickers: for iOS Messages app
  • OpenMoji Github: git clone --depth 1 https://github.com/hfg-gmuend/openmoji.git The OpenMoji repo is big! It is recommended to clone it without the entire history, note the --depth flag.
  • OpenMoji NPM Package: npm install openmoji. You can also get individual files via UNPKG directly e.g.: unpkg.com/[email protected]/color/svg/1F64B.svg
  • CDN (will always fetch latest version - to pin to a version, see documentation here): cdn.jsdelivr.net/gh/hfg-gmuend/openmoji/color/svg/1F63A.svg

Community Extensions

Attribution Requirements

As an open source project, attribution is critical from a legal, practical and motivational perspective. Please give us credits! Common places for attribution are for example: to mention us in your project README, the 'About' section or the footer on a website/in mobile apps.

Attribution suggestion:

All emojis designed by OpenMoji – the open-source emoji and icon project. License: CC BY-SA 4.0

Anatomy of the OpenMoji Repository

black/ and color/ Contains all exported .png and .svg files ¹

data/ Contains the central openmoji.json with all meta informations for each emoji ¹

font/ Contains the exported OpenMoji fonts ¹

guidelines/ Contains various template files related to the styleguide ¹

helpers/ Contains various helper scripts e.g. to export to .png and .svg, generate skintones variants, enforce the OpenMoji color palette etc. ²

src/ Contains all source .svg files of OpenMoji. The files are broken up into folders and files corresponding with the Unicode groups and sub-groups ¹

test/ Automated unit tests to ensure consistency across all source .svg files ²

License

¹ OpenMoji graphics are licensed under the Creative Commons Share Alike License 4.0 (CC BY-SA 4.0)

License: CC BY-SA 4.0

² Code licensed under the GNU Lesser General Public License v3 (LGPL-3.0)

License: LGPL-3.0