This is an Elm library that enables us to command a relative cursor (turtle) to draw vector graphics!
- Install by running
elm install mrdimosthenis/turtle-graphics
in your project's root directory - Import by typing
import TurtleGraphics
at the top of your module - Create amazing graphics
The source code that generates these images can be found in examples