dsh-color
其他 活跃维护

dsh-color

uckkk/dsh-color

JavaScript开发的轻量颜色工具库,支持hex、rgb、hsl三种颜色格式双向转换,可快速计算补色、明暗变体及对比度值,API设计简洁易用,无冗余依赖,可直接嵌入各类前端项目使用。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
6 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:uckkk/dsh-color
git clone https://github.com/uckkk/dsh-color.git
git clone git@github.com:uckkk/dsh-color.git
README.md main

dsh-color · 颜色工具

hex / rgb / hsl 互转,计算补色、明暗与前景文字对比度。纯 Node 实现。

提供的工具

工具 作用
color_convert 颜色三格式互转 + 补色 + 对比度

安装

dsh plugin add dsh-color

安装后在 profile 的 package.jsondsh.profile.bundles 中加入 "dsh-color"

用法示例

这个颜色 #3b82f6 的 rgb 和 hsl 是什么,配什么文字颜色
→ 调用 color_convert(color="#3b82f6")

安装

dsh plugin add github:uckkk/dsh-color

安装即在本机运行第三方代码,请自行审阅源码。

安装

dsh plugin add github:uckkk/dsh-color

使用

安装后在会话中调用该插件注册的工具即可。

许可

MIT

安装即在本机运行第三方代码,请自行审阅源码。