ncolorpalette-palettes

1.0.0 • Public • Published

ncolorpalette-palettes

Palettes (pixel datas) that power the ncolorpalette and friends. Currently includes 4-color Gameboy, and some palettes inspired by Dragon Ball Z and Kirby's Dreamland.

Usage

var palettes = require('ncolorpalettes-palettes');
 
console.log(palettes.gameboy);
{
  name: 'Gameboy',
  pixels: [
    0, 60, 16, 255,
    6, 103, 49, 255,
    123, 180, 0, 255,
    138, 196, 0, 255
  ]
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1

Package Sidebar

Install

npm i ncolorpalette-palettes

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • kirbysayshi