goalall / imgbase

Automatically embedded images as base64 strings in CSS-files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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]-->

About

Automatically embedded images as base64 strings in CSS-files

License:MIT License