TinyDraw
A small little drawing app fro iPad using SwiftUIs Canvas view. Implemented along the HWS+ live stream by Paul Hudson.
Features
- Drawing lines with drag gestures
 - Brush options: 
  
- color (using 
ColorPicker) - line width
 - blur
 - line/dash-spacing
 
 - color (using 
 - Undo and redo
 - Loading from and saving to custom 
tinydrawfile type (a JSON file with all strokes and their properties) - Supporting the standard iOS document picker
 
