mine-h5-ui
Version:
一款轻量级、模块化基于 Vue3.x 的 H5 前端 UI 组件库 👍
24 lines (23 loc) • 361 B
JavaScript
const e = {
hex: "hex",
rgb: "rgb",
hsb: "hsb",
options() {
return [
{
value: this.hex
},
{
value: this.rgb
},
{
value: this.hsb
}
];
}
};
var t = /* @__PURE__ */ ((r) => (r.h = "hue", r.s = "saturation", r.b = "brightness", r))(t || {});
export {
e as colorType,
t as hsbKey
};