This website requires JavaScript.
Explore
Help
Sign in
orbit-oss
/
chalk
Watch
5
Star
4
Fork
You've already forked chalk
1
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
6b4d20683f
chalk
/
test
/
_fixture.js
5 lines
94 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'
;
Meta tweaks
2019-07-12 13:51:07 +07:00
const
chalk
=
require
(
'../source'
)
;
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'
)
)
;
Reference in a new issue
Copy permalink