nichoth / ascii

ascii art

Home Page:https://nichoth.github.io/ascii/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ascii

Ascii art, animated.

install dependencies

  • install ImageMagick -- brew install imagemagick
  • install ruby -- brew install ruby
  • add ruby to the path -- echo 'export PATH="/opt/homebrew/opt/ruby/bin:$PATH"' >> ~/.zshrc
  • install image2ascii: gem install image2ascii

use image2ascii

Now you can generate the ascii

ruby ./run.rb

This will create a file steps.json.

use this project

This will use a local file, steps.json as the source for the ascii animation. This file was generated as above, with the ruby ./run.rb command, then it was copied into this folder.

npm start

About

ascii art

https://nichoth.github.io/ascii/

License:MIT License


Languages

Language:TypeScript 43.7%Language:JavaScript 30.0%Language:HTML 19.4%Language:CSS 6.9%