inliner3
v0.0.1
Published
Utility to inline images, CSS and JavaScript for a web page - useful for mobile sites. Fork of inliner/inliner2.
Maintainers
Readme
Inliner2
Based on Inliner by Remy Sharp
Installation
$ npm install inliner2Usage
var Inliner = require('inliner2');
new Inliner('http://remysharp.com', function (error, html) {
// compressed and inlined HTML page
console.log(html);
});