transforms html and replaces <img> tags with inline data uri driven images
npm install inline-imagesby default downloads and replaces remote image links with local paths
change cli.js to use ./index.js to transform html and replace img tags with data URIs, e.g. tags with 
````
npm install inline-images -g
inline-images index.html > inlined.html