1.0.5 • Published 2 years ago
util-xx v1.0.5
查看文档 https://hxc1216.github.io/
安装
npm i util-xx
使用
import { fnName } from "util-xx"
示例
import { getColor16 } from "util-xx"
const color = getColor16()
console.log(color); // #a2b5f8
查看文档 https://hxc1216.github.io/
npm i util-xx
import { fnName } from "util-xx"
import { getColor16 } from "util-xx"
const color = getColor16()
console.log(color); // #a2b5f8