Skip to content

randomRgba

生成随机rgba颜色字符串

引入版本

0.25.0

Demo

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

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

基于 MIT 许可发布