inliner2

0.2.5 • Public • Published

Inliner2

Based on Inliner by Remy Sharp

Installation

$ npm install inliner2

Usage

var Inliner = require('inliner2');

new Inliner('http://remysharp.com', function (error, html) {
  // compressed and inlined HTML page
  console.log(html);
});

Readme

Keywords

none

Package Sidebar

Install

npm i inliner2

Weekly Downloads

8

Version

0.2.5

License

none

Last publish

Collaborators

  • rolandpoulter