dataurl
Data URL Schemes in Golang (program)
Description
This package parses and generates Data URL Schemes for the Go language, according to RFC 2397 (http://tools.ietf.org/html/rfc2397). 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. Common use-cases: * generate a data URL out of a string, []byte, io.Reader for
inclusion in HTML templates
* parse a data URL sent by a browser in a http.Handler, and
do something with the data (save to disk, etc.)
This package contains the dataurl CLI utility.Upload more screenshots
Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.
Upload a screenshotHint: upload an image here from your clipboard with Ctrl-V
Homepage
https://github.com/vincent-petithory/dataurl
Install this software package
If the package is available for the distribution you are currently using on your computer then install the software by clicking on…
Install dataurl