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

@brika/icon-studio

v0.1.1

Published

Generate square SVG plugin icons from the command line: 200k+ glyphs, gradients, monograms, film grain.

Readme

@brika/icon-studio

Generate square SVG plugin icons from the command line. Pick from 200,000+ glyphs (lucide, simple-icons brand marks, and the whole Iconify catalogue), or type a monogram; drop them on a multi-stop gradient with optional glare and film grain; export a clean, standalone SVG.

It's the terminal companion to the Icon Studio editor — both render through the same engine, so the CLI output is byte-for-byte what you'd get from the web app.

Install

No install needed — run it with npx:

npx @brika/icon-studio bell --preset iris -o icon.svg

Or install the brika-icon binary globally:

npm i -g @brika/icon-studio
brika-icon bell --preset iris -o icon.svg

Requires Node.js 18+ (for the bundled iconify network path). No Bun required.

Examples

brika-icon bell --preset sunset -o assets/icon.svg
brika-icon rocket --stops "3F5EFB-9D50BB-FC466B" --angle 120 --rotate 15
brika-icon github --lib brand --bg "#18181B"
brika-icon tabler:bolt --lib iconify --preset midnight       # any Iconify icon
brika-icon database --bg "#18181B" --icon-color "#38EF7D" --noise 0.2
brika-icon --text BR --font mono --preset midnight --glare 0.4
brika-icon --custom logo.svg --preset ocean
brika-icon --search alarm --lib iconify
brika-icon --list-presets

Libraries

| --lib | Source | | ---------- | ----------------------------------------- | | lucide | Lucide (default) | | brand | simple-icons brand marks | | iconify | Any Iconify icon as prefix:name (needs network) |

Run brika-icon --help for the full option list (size, gradient stops, scale, offset, rotation, stroke width, noise, glare, monogram font/weight, …).

License

MIT © Brika Labs. Icon sets keep their upstream licenses.