Dataurl
Data URL Schemes for Go
This package parses and generates Data URL Schemes for the Go language,
according to RFC 2397.
Data URLs are small chunks of data commonly used in browsers to display inline data,
typically like small images, or when you use the FileReader API of the browser.
Command
Use the dataurl
command to encode/decode dataurl streams.
Install it with go install github.com/ananthb/dataurl/cmd/dataurl@latest
.
Forked from vincent-petithory/dataurl
with contributions from MagicalTux/dataurl.
Dataurl is available under the terms of the MIT license.