Skip to content

kirbysayshi/ncolorpalette-palettes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  ]
}

About

Palettes (pixel datas) that power the ncolorpalette and friends

Resources

License

Stars

Watchers

Forks

Packages

No packages published