Skip to content

rolandpoulter/inliner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);
});

About

Node utility to inline images, CSS and JavaScript for a web page - useful for mobile sites

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%