creativescala / doodle

Compositional vector graphics in Scala / Scala.JS
https://creativescala.org/doodle/
Apache License 2.0
327 stars 75 forks source link

Refactor base64 support #84

Closed noelwelsh closed 4 years ago

noelwelsh commented 4 years ago

Base64 support was added as a method to the ~Writer~ effect type class. It would be better factored into its own type class. Perform this refactoring.