remy / inliner

Node utility to inline images, CSS and JavaScript for a web page - useful for mobile sites
MIT License
1.1k stars 165 forks source link

feat: support plain HTML as a source #74

Closed remy closed 8 years ago

remy commented 8 years ago

Supports both HTML being passed as the first argument to the inliner function (through various detection), but also on the CLI supports HTML being piped, via cat foo | inliner.

Fixes #66 Closes #73