-
生成一对随机颜色:random-color-pair
资源介绍
随机颜色对
生成两种随机颜色:一种较深,一种较浅。
快速开始
安装软件包:
npm i random-color-pair
导入函数:
const getColorPair = require ( "random-color-pair" ) ;
// OR
import getColorPair from "random-color-pair" ;
获取颜色:
const [ foreground , background ] = getColorPair ( ) ;