Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.03 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.03 KB

How To Make A ASCII-TEXT-Generator In Javascript

⚠ ⚠ ⚠ 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 )