jebcolors
Version:
npm module that contains colors, gradients and a class used to modify the colors or gradients
9 lines • 395 B
JavaScript
;
// This only runs when you run watchcolors, and only displays a message that says that the server is running
Object.defineProperty(exports, "__esModule", { value: true });
// Imports
var logs_1 = require("../functions/logs");
// Main
console.log('');
logs_1.info('Running "npx serve test" to create a server and see the colors ...');
//# sourceMappingURL=watchcolors.js.map