Appearance
This document is mainly used to describe some features and usage of the isLightColor utils.
import { isLightColor } from '@/utils/common.ts' isLightColor('#fff') // => true isLightColor('#000') // => false