Changelog
3.0.0 (2024-03-29)
hex()
functionIn the new major version 3.x
are removed unused styles and methods.
⚠️ Warning
Before update, please check your code whether is used deleted styles and methods.
Changelog
2.3.0 (2024-02-15)
Changelog
2.2.0 (2024-02-03)
number
npm run compare
Changelog
2.1.0 (2024-01-30)
bgGrey
and bgGray
aliases for bgBlackBright
Changelog
2.0.3 (2023-12-14)
Changelog
2.0.1 (2023-11-03)
Changelog
2.0.0 (2023-11-03)
edge
runtimeansis
:import { red } from 'ansis'
.TypeScript
and your IDE show the error: TS2307: Cannot find module ansis/colors
,import { red } from 'ansis/colors'
--> import { red } from 'ansis'
.import { red } from 'ansis/colors'
is deprecated, use the NEW named importansi
use ansi256
or alias fg
bgAnsi
use bgAnsi256
or alias bg