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

crypto-icons-plus

v1.0.1

Published

A comprehensive collection of more than 36000 crypto-currency icons (9000+ coins) with various sizes, in PNGs.

Downloads

66

Readme

crypto-icons-plus

Netlify Status Node Test

A comprehensive collection of more than 36000 crypto-currency icons (9000+ coins) in various sizes.

All crypto icons comes in 4 sizes: 16x16, 32x32, 64x64, and 128x128, in the format of PNG.

Checkout the list of supported cryptos at the demo site: https://crypto-icons-plus.netlify.app/.

Major Changes

  • Version 1.0.0
    • Previous versions 0.1.5 and below are deprecated and will no longer be updated.
    • Icons are now separated in different packages by size.
    • Added 5000+ more icons
    • Minified JSONs

Installation and Usage

Since version 1.0 there have been breaking changes to the entire project infrastructure. This package only includes the necessary files to index the images (map.min.json and manifest.min.json). Actual icon resources are downloaded separately in the following packages by their respective size.

First install the main package:

$ npm install crypto-icons-plus

Then install the resource packs (replace <size> with 16, 32, 64, or 128):

$ npm install crypto-icons-plus-<size>

Resource packs can also be cloned from github as an alternative to using npm. All the resource packs have the same crypto icons, with the only difference being dimension. Multiple resource packs can be installed.

To start using (assuming installed from npm), the icons are under ./node_modules/crypto-icons-plus-<size_of_icon>/src/<crypto_slug>.png.

The <size_of_icon> are either 16, 32, 64, or 128.

The <crypto_slug> is used as the unique identifier for each crypto-currency instead of the traditional crypto symbol. This is due to the numerous duplicate cases of crypto symbol (There are at least 3 cryptos with the symbol GOLD, and at least 5 with the symbol SCC !). A map.json is provided for mapping crypto symbol to its corresponding slug(s).

There is also a manifest.json for looking up the symbol, name, and slug for each coins.