文件名称:kindof:用于创建数字、颜色等变体的 Javascript 库。返回 kindof x
文件大小:12KB
文件格式:ZIP
更新时间:2024-07-13 10:18:36
HTML
有点儿 如果你想要类似 98 但不完全是 98 的东西,kindof 会给你 kindof 98。 kindof 将适用于数字和颜色。 更多的东西可能会被添加 用法: [removed][removed] [removed] //usage kindof(inputValue, ishness); //ishness is the amount of closeness to the original value //default = 0.1 = 10% alert(kindof(98)); //or alert(kindof(98,0.6)); //or alert(kindof('#CCD4E7')); [removed]
【文件预览】:
kindof-master
----gruntfile.js(547B)
----package.json(624B)
----index.html(2KB)
----LICENSE(18KB)
----src()
--------kindof.js(1KB)
----.gitignore(2KB)
----README.md(506B)
----a.css(559B)