mirror of
https://github.com/arnaucube/raspberryGPIOhtmlserver.git
synced 2026-02-07 19:56:40 +01:00
3 lines
155 B
JavaScript
Executable File
3 lines
155 B
JavaScript
Executable File
require('./tinycolor');
|
|
console.log('this should be red and have an underline!'.grey.underline);
|
|
console.log('this should have a blue background!'.bgBlue); |