colors.js icon indicating copy to clipboard operation
colors.js copied to clipboard

add bright[ColorName] to typings

Open wizzard0 opened this issue 5 years ago • 1 comments

As of v1.4.0, importing like

import {red,white,brightWhite} from 'colors/safe'

errors on the brightWhite import

wizzard0 avatar Nov 25 '19 13:11 wizzard0

Created PR https://github.com/Marak/colors.js/pull/271. Should solve this.

nirsky avatar Dec 05 '19 15:12 nirsky