Files
raspberryGPIOhtmlserver/node_modules/tinycolor/example.js
2016-06-21 18:42:57 +02:00

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);