文件名称:rgb-hex:将RGB颜色转换为十六进制
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-01 03:00:07
JavaScript
rgb-hex 将RGB(A)颜色转换为十六进制 安装 $ npm install rgb-hex 用法 import rgbHex from 'rgb-hex' ; rgbHex ( 65 , 131 , 196 ) ; //=> '4183c4' rgbHex ( 'rgb(40, 42, 54)' ) ; //=> '282a36' rgbHex ( 65 , 131 , 196 , 0.2 ) ; //=> '4183c433' rgbHex ( 40 , 42 , 54 , '75%' ) ; //=> '282a36bf' rgbHex ( 'rgba(40, 42, 54, 75%)' ) ; //=> '282a36bf' 有关的 此模块的CLI 将十六进制颜色转换为RGB
【文件预览】:
rgb-hex-main
----index.js(1KB)
----test.js(685B)
----package.json(681B)
----index.test-d.ts(249B)
----readme.md(528B)
----.github()
--------workflows()
----license(1KB)
----index.d.ts(499B)
----.gitignore(23B)
----.npmrc(19B)
----.editorconfig(175B)
----.gitattributes(19B)