chalk-wicked-typography
v1.3.0
Published
A Chalk test npm project
Downloads
8
Readme
Chalk Test NPM Module
Example
const flames = require('chalk-wicked-typography'); const string = "Make this flames"; const fire = flames(string); console.log(fire);
node app.js (or index.js) to run server