Data URI Schemes for Go
This package parses and generates Data URI Schemes for the Go language, according to RFC 2397.
Data URIs 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.
Use the datauri
command to encode/decode data URI streams.
Install it with go install github.com/invopop/datauri/cmd/datauri@latest
.
Forked from RealImage/dataurl, which in turn is forked from vincent-petithory/dataurl with contributions from MagicalTux/dataurl.
Datauri is available under the terms of the MIT license.