Based on Inliner by Remy Sharp
$ npm install inliner2
var Inliner = require('inliner2');
new Inliner('http://remysharp.com', function (error, html) {
// compressed and inlined HTML page
console.log(html);
});
Based on Inliner by Remy Sharp
$ npm install inliner2
var Inliner = require('inliner2');
new Inliner('http://remysharp.com', function (error, html) {
// compressed and inlined HTML page
console.log(html);
});
npm i inliner3
0
0.0.1
none