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

@blue87moon/pixelart-css

v1.0.1

Published

Professional pixel-art CSS frame styles

Downloads

39

Readme

PIXELART.CSS

Professional pixel-art CSS frame styles.

image-rendering: pixelated;

npm License: MIT GitHub Pages


🕹️ Live Demo

| Page | Link | |------|------| | Showcase | blackmoon87.github.io/pixelart.css | | Usage Guide | blackmoon87.github.io/pixelart.css/usage.html |


Features

  • Zero border-radius — hard pixel edges everywhere
  • Pixel-art box-shadow frames — 7 shadow styles (raised, inset, neon glow, double-border…)
  • Retro color palette — NES, Game Boy (4-shade), CGA, and Synthwave neons
  • Pixel fonts — Press Start 2P, VT323, Share Tech Mono, Silkscreen (Google Fonts)
  • Pixel UI components — windows, buttons, badges, progress bars, tooltips, sprite containers
  • CRT scanline overlay.px-scanline, .px-crt
  • Pixel animations — blink, shake, bounce, float, spin (all steps()-based — no easing)
  • Pixel backgrounds — grid, checker, starfield
  • Pixel text effects — hard shadow, neon glow, outline, rainbow gradient
  • Mobile-first, 8px baseline grid, responsive breakpoints
  • Built with PostCSS

Getting Started

CDN

<link rel="stylesheet" href="https://raw.githubusercontent.com/blackmoon87/pixelart.css/main/css/pixelart.min.css">

npm

npm install @blue87moon/pixelart-css
<link rel="stylesheet" href="/node_modules/@blue87moon/pixelart-css/css/pixelart.min.css">

Local Setup

git clone https://github.com/blackmoon87/pixelart.css
cd pixelart.css
npm install
npm run build

Components

| Class | Description | |-------|-------------| | .px-frame | 3D raised pixel frame | | .px-frame-neon | Synthwave neon glow frame | | .px-frame-gb | Game Boy green frame | | .px-frame-inset | Sunken/pressed frame | | .px-window | Retro OS window with title bar | | .px-btn | 3D pixel button (6 color variants) | | .px-badge | Inline pixel tag/badge | | .px-progress | Retro progress bar | | .px-scanline | CRT scanline overlay | | .px-tooltip | Pixel-art tooltip | | .px-sprite | Sprite container (pixelated rendering) | | .px-bg-grid | 8px pixel grid background | | .px-bg-checker | 8px checkerboard background | | .px-bg-stars | Starfield background | | .px-blink | Blinking animation | | .px-shake | Shake-on-hover animation | | .px-bounce | Bounce-on-hover animation | | .px-text-shadow-neon | Neon text glow effect | | .px-text-rainbow | Rainbow gradient text |


Color Palettes

  • NES — 14 colors faithful to the Nintendo Entertainment System
  • Game Boy — 5-shade green palette (DMG-01)
  • CGA — 8 classic PC colors (modes 4 & 5)
  • Synthwave Neons — pink, cyan, purple, yellow, green, orange

Build

npm run build        # Build CSS + minified
npm run build:watch  # Watch src/ for changes
npm run mutations    # Check for duplicate class definitions

Output: css/pixelart.css and css/pixelart.min.css


Support

If you find this useful, consider buying me a coffee ☕

Buy Me a Coffee


License

MIT © pixelart-css