gradstop:JavaScript微型库可生成渐变色标:rainbow_flag:

时间:2024-02-24 06:51:25
【文件属性】:

文件名称:gradstop:JavaScript微型库可生成渐变色标:rainbow_flag:

文件大小:15KB

文件格式:ZIP

更新时间:2024-02-24 06:51:25

javascript hex library colors color-scheme

毕业停止 JavaScript微型库可生成渐变色标 用法: npm install gradstop import gradstop from 'gradstop' ; const gradient = gradstop ( { stops : 5 , inputFormat : 'hex' , colorArray : [ '#343838' , '#00DFFC' ] } ) ; console . log ( gradient ) ; // rgb(52,56,56), rgb(39,97,105), rgb(26,139,154), rgb(13,181,203), rgb(0,223,252) 默认参数: inputFormat:“ hex”(支持hex,rgb和hsl) 停止:5 colorArray:['#fff','#000'](最多支持4个值) 速记(#fff)和标准(#ffffff)格式的十六进制值均受支持。 需要的填充料: 数学截断


【文件预览】:
gradstop-master
----.travis.yml(310B)
----.babelrc(35B)
----index.js(35B)
----test.js(7KB)
----package.json(2KB)
----gradient strip.png(3KB)
----LICENSE(1KB)
----dist()
--------utils.js(6KB)
--------index.js(739B)
----src()
--------utils.js(4KB)
--------index.js(476B)
----.gitignore(58B)
----README.md(1KB)
----gradstopUMD.js(8KB)

网友评论