⚠ ⚠ ⚠ Waring ⚠ ⚠ ⚠
- You Should Wan't To Node And Express
- Express Install Code ( npm install express --save )
Step 1 -> Type This Code On CMD On That File ( npm install --save ascii-text-generator )
Step 2 ->Then Create A js file and type this Code
let ascii_text_generator = require("ascii-text-generator"); let ascii_text = ascii_text_generator("The Node Tutorial" ,"2"); console.log(ascii_text);
Step 3 -> Then Type Like This In CMD ( node Demo.js )