文件名称:yiq:颜色为深色时返回白色,颜色为浅时返回黑色
文件大小:96KB
文件格式:ZIP
更新时间:2024-06-06 02:42:36
light color white dark black
智商 当颜色为深色时返回光,而当颜色为浅时返回暗。 :artist_palette: 正在安装 yarn add yiq # If you're using NPM: # npm install yiq --save 基本用法 导入后只需调用yiq函数即可: import { yiq } from 'yiq' ; console . log ( yiq ( '#fff' ) ) ; // #000 console . log ( yiq ( '#000' ) ) ; // #fff 原料药 yiq yiq —当颜色为深色时返回浅色,而在颜色为浅色时返回深色。 描述 function yiq ( colorHex : string , options ?: { colors ?: { light : string ; dark : string ; } ;
【文件预览】:
yiq-master
----.gitignore(1023B)
----package.json(2KB)
----src()
--------yiq.ts(126B)
--------lib()
----jest.config.js(213B)
----LICENSE(1KB)
----tsconfig.json(269B)
----.github()
--------workflows()
----rollup.config.js(323B)
----README.md(2KB)
----yarn.lock(220KB)