imgbase
v0.1.3
Published
Automatically embedded images as base64 strings in CSS-files.
Downloads
6
Readme
#IMGBASE
In your terminal
npm install -g imgbase
imgbase style.css > style.embd.css
In your HTML
<!--[if lt IE 9]><link rel="stylesheet" href="style.css" /><![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><link rel="stylesheet" href="style.embd.css" /><!--<![endif]-->