maxichrome:生成一组彼此最大不同的颜色

时间:2024-05-20 05:31:05
【文件属性】:

文件名称:maxichrome:生成一组彼此最大不同的颜色

文件大小:54KB

文件格式:ZIP

更新时间:2024-05-20 05:31:05

JavaScript

生成一组彼此最大不同的颜色 maxichrome函数返回给定数量HTML / CSS颜色,以使它们彼此之间尽可能地不同。 可选地,可以给它提供一组固定的颜色以避免将一种颜色用作所有颜色的对比背景。 在节点中使用服务器端 安装: npm install maxichrome 编写代码: import maxichrome from 'maxichrome' ( async ( ) => { // Four different colors different from each other const colors = await maxichrome ( 5 ) // Six different colors different from each other and from red and #884422 const notReds = await maxic


【文件预览】:
maxichrome-master
----.gitignore(29B)
----main.css(54B)
----build.toml(1005B)
----package.json(755B)
----package-lock.json(101KB)
----src()
--------node()
--------web()
--------common()
----.nvmrc(9B)
----.travis.yml(18B)
----LICENSE(14KB)
----rollup.config.js(562B)
----README.md(3KB)
----main.html(575B)
----index.html(516B)
----.vscode()
--------settings.json(546B)
----params.html(328B)
----test()
--------snapshots()
--------contract_test.js(930B)
--------snapshot_test.js(314B)
--------perf_test.js(603B)
--------index_test.js(275B)

网友评论