Ascii Art Library written in Crystal
-
Add the dependency to your
shard.yml:dependencies: cryaa: github: kniknoo/cryaa
-
Run
shards install
require "cryaa"The file asciiart.cr can be run as a quick example, include a png file to open
TODO: Write development instructions here
- Fork it (https://github.com/your-github-user/cryaa/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
- Nicholas Rake - creator and maintainer