Skip to content

invopop/datauri

 
 

Repository files navigation

datauri

Go Reference

Data URI Schemes for Go

CI 🏗

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.

Command

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.

About

Data URL Schemes in Golang

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%