Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scrogson/basejump

Command-line tool for converting images to base64 strings for HTML/CSS embedding
https://github.com/scrogson/basejump

Last synced: about 1 month ago
JSON representation

Command-line tool for converting images to base64 strings for HTML/CSS embedding

Awesome Lists containing this project

README

        

## Basejump
### Convert any image into a base64 string

By using the [Data URI](http://en.wikipedia.org/wiki/Data_URI_scheme) scheme you can embed images directly into your HTML and
CSS. It works by encoding an image into a base64 string and place it directly
withing an HTML image tag or as a CSS background URL.