aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/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);