url package:blank-canvas

Shorthand for URL.
An image from a URL. Must be followed by another Cursor.
Find the MIME type for a data URL.
> dataURLMimeType "data:image/png;base64,iVBORw..."
"image/png"
Read a file, and generate a data URL.
url <- readDataURL "image/png" "image/foo.png"
Turn the canvas into a PNG data stream / data URL.
"data:image/png;base64,iVBORw0KGgo.."
Write a data URL to a given file.
#DEB887, rgb(222, 184, 135), hsl(34, 57%, 70%)