1.0.0 • Published 6 years ago
chinese-colors v1.0.0
chinese-colors
install
npm install chinese-colorsuse
// require
const chineseColors = require('chinese');
// random color
const chineseColor = chineseColors[Math.floor(Math.random() * chineseColors.length)];data
[{
"name": "藍灰色",
"romanized": "lán hūi sè",
"value": "#8AA4A8"
},...
]1.0.0
6 years ago