Skip to content
On this page

hexToRGB

将 16 进制颜色转换成 RGB 颜色

引入方式

ESM

javascript
import { hexToRGB } from "tool-assistant;

示例

javascript
import { hexToRGB } from "tool-assistant";

function _yourFun() {
  let rgb = hexToRGB("#ffffff");
}

Released under the MIT License.