Skip to content

randomRgb

生成随机rgb颜色字符串

引入版本

0.25.0

Demo

ts
import { randomRgb } from '@wyfex/iutils'

console.log(
  `%c 随机rgb色值:${randomRgb()}`,
  `color: ${randomRgb()}; font-size: 20px; font-weight: bold;`
)

基于 MIT 许可发布