creativescala / doodle

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

Allow to return a base64 encoded string for an image #83

Closed adrobisch closed 5 years ago

adrobisch commented 5 years ago

This extends the writer to return an image as base64 encoded string (in the given format) instead of writing it to a file.

Currently it is only supported without the frame description.

fixes https://github.com/creativescala/doodle/issues/77

noelwelsh commented 5 years ago

Awesome! Thanks!