1.0.2 • Published 4 years ago

nippon-colors-gen v1.0.2

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago

nippon-colors-gen

NIPPON COLORS - 日本の伝統色

https://nipponcolors.com/

install

npm install nippon-colors-gen

use

// require
const nipponColors = require('nippon-colors-gen');
// random color
const nipponColor = nipponColors[Math.floor(Math.random() * nipponColors.length)];

data

[{
	"name": "撫子",
	"romanized": "NADESHIKO",
	"value": "#DC9FB4"
},...
]