文件名称:khroma:受SASS启发的用于处理CSS颜色的函数集合
文件大小:45KB
文件格式:ZIP
更新时间:2024-02-26 12:27:30
css sass hex color hsl
受SASS启发的一组用于处理CSS颜色的函数。 产品特点 小:整个库的大小约为5kb(最小+ gzip),并且没有依赖关系。 快速:在我们的基准套件中,功能在2014年中的MBP上每次调用的时间约为0.0025毫秒。 灵活:支持所有有效CSS颜色。 像SASS一样:如果您熟悉SASS,应该会感到宾至如归。 安装 npm install --save khroma 用法 import { red , isDark , darken , change } from 'khroma' ; red ( '#ffffff' ) ; // => 255 isDark ( 'white' ) ; //
【文件预览】:
khroma-master
----.gitignore(447B)
----package.json(2KB)
----src()
--------utils()
--------methods()
--------index.ts(42B)
--------channels()
--------consts.ts(257B)
--------color()
--------types.ts(565B)
----LICENSE(1KB)
----tsconfig.json(684B)
----README.md(10KB)
----test()
--------methods()
--------color()
----tasks()
--------benchmark.js(6KB)
----.editorconfig(189B)