fanscascii
v1.1.1
Published
A simple package to generate fancy ASCII text
Readme
🎨 FanscAscii - Turn Your Text into Art!
🚀 FanscAscii is the ultimate tool to convert any word into beautiful ASCII art, perfect for CLI tools, banners, and fun console logs! Transform boring text into eye-catching ASCII letters instantly.
██████╗ ████╗ ███╗ ██╗ ██████╗ ██████╗ ████╗ ██████╗ ██████╗ ██╗ ██╗
██╔═══╝ ██╔══██╗ ████╗ ██║ ██╔═══╝ ██╔════╝ ██╔══██╗ ██╔═══╝ ██╔════╝ ██║ ██║
█████╗ ███████║ ██╔██╗██║ ╚█████╗ ██║ ███████║ ╚█████╗ ██║ ██║ ██║
██╔══╝ ██╔══██║ ██║╚████║ ╚═══██╗ ██║ ██╔══██║ ╚═══██╗ ██║ ██║ ██║
██║ ██║ ██║ ██║ ╚███║ ██████╔╝ ╚██████╗ ██║ ██║ ██████╔╝ ╚██████╗ ██║ ██║
╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚══╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝📌 Installation
Install FanscAscii globally or in your project:
npm install fanscasciiOr use it globally:
npm install -g fanscascii🚀 Usage
📜 CLI Mode
Generate ASCII text directly from the command line:
npx fanscascii "Hello World"Or, if installed globally:
fanscascii "Hello World!"🛠 Import in Your Node.js Project
const { toFancyAscii } = require('fanscascii');
console.log(toFancyAscii("HELLO"));🔹 Supports uppercase letters, numbers, and special characters (!?:.)
✨ Features
✅ Beautiful Block-Style ASCII Letters
✅ Works in CLI & Node.js
✅ Lightweight & Fast
✅ Includes punctuation: ! ? : .
✅ Great for terminal banners & styling
🖼 Example Output
fanscascii "NODE"Will generate:
███╗ ██╗ ██████╗ ██████╗ ███████╗
████╗ ██║██╔═══██╗██╔══██╗██╔════╝
██╔██╗ ██║██║ ██║██║ ██║█████╗
██║╚██╗██║██║ ██║██║ ██║██╔══╝
██║ ╚████║╚██████╔╝██████╔╝███████╗
╚═╝ ╚═══╝ ╚═════╝ ╚═════╝ ╚══════╝🔥 Now your console logs stand out!
📜 License
Fancy ASCII is open-source and available under the MIT License. Use it freely in your projects!
❤️ Support
🚀 If you love FanscAscii, give it a ⭐ on GitHub!
git clone https://github.com/your-username/fanscasciiEnjoy ASCII art! 🎨🔥
