Skip to content

Lalitmax/lalit-text-to-ascii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lalit-text-to-ascii

A Node.js library to turn a string of text into ASCII Art.

Installation

To install the lalit-text-to-ascii package, use the following npm command:

npm install lalit-text-to-ascii
Usage
javascript

// How to import
import { toAscii } from 'lalit-text-to-ascii';

// Example usage
toAscii("Lalit Max").then((result) => {
    console.log(result);
});


Output

 _          _ _ _     __  __            
 | |    __ _| (_) |_  |  \/  | __ ___  __
 | |   / _` | | | __| | |\/| |/ _` \ \/ /
 | |__| (_| | | | |_  | |  | | (_| |>  < 
 |_____\__,_|_|_|\__| |_|  |_|\__,_/_/\_\


# Author
Lalit Max

License
This project is licensed under the MIT License - see the LICENSE.md file for details.

How to Contribute
If you would like to contribute to the development of this project, follow these steps:

Fork the repository
Create a new branch for your feature or bug fix
Make your changes and submit a pull request
Support and Contact
If you have questions or issues, feel free to contact the author:

# Contact
Email: lalitmaxy@gmail.com
Twitter: @lalit__max



This section includes a direct link to your GitHub repository, making it easy for users to navigate to the repository and explore the source code, issues, and other details.

About

Input Text - A string of text to turn into ASCII Art.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published