github.com/crystal-data/draw.cr
master / published Nov 29, 2021 / repository
Crystal port of the fantastic https://github.com/llgcode/draw2d
draw
TODO: Write a description here
Installation
-
Add the dependency to your
shard.yml:dependencies: draw: github: crystal-data/draw -
Run
shards install
Usage
require "draw"
TODO: Write usage instructions here
Development
TODO: Write development instructions here
Contributing
- Fork it (https://github.com/your-github-user/draw/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
Contributors
- Chris Zimmerman - creator and maintainer