Skip to content

sas0mir/ascii_magic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Ascii-Art lib (image to ascii) Usage:

npm install react-ascii-art
import AsciiArt from 'react-ascii-art';
const App = () => (
  <div>
    <h1>Ascii Art Example</h1>
    <AsciiArt src="/image.jpg" width={100} height={50} />
  </div>
);

📦 GitHub Repository
https://github.com/sas0mir/ascii_magic

Feel free to open issues, give feedback, and collaborate 🚀

About

lib for easy creating ascii art from images and prompts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published