aboutsummaryrefslogtreecommitdiffstats
path: root/signaling-server/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws/node_modules/tinycolor/example.js
blob: f754046854b9375ffc7b0ad237d72c14123b2bdf (plain)
1
2
3
require('./tinycolor');
console.log('this should be red and have an underline!'.grey.underline);
console.log('this should have a blue background!'.bgBlue);