print-html
v0.0.2
Published
prints the actual html document
Readme
print-html
prints the actual html document
it gives back the string representation of the actual html document. it can be used on the client as well as on the server e.g. with jsdom.
component installation
$ component install intesso/print-htmlnpm installation
$ npm install print-htmlapi
var html = require('print-html')(document);