This website requires JavaScript.
Explore
Help
Sign in
reviewer-0058cb
/
chalk
Watch
1
Star
0
Fork
You've already forked chalk
0
forked from
orbit-oss/chalk
Code
Pull requests
Activity
a2b5fa22dc
chalk
/
test
/
_fixture.js
5 lines
87 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Demonstrate crash when using Truecolor methods and color is unsupported (#174)
2017-07-22 01:03:49 +03:00
'use strict'
;
Move testing to `ava` (#182)
2017-07-23 22:17:33 +02:00
const
chalk
=
require
(
'..'
)
;
Demonstrate crash when using Truecolor methods and color is unsupported (#174)
2017-07-22 01:03:49 +03:00
console
.
log
(
chalk
.
hex
(
'#ff6159'
)
(
'test'
)
)
;
Copy permalink