jsdom-editor

0.0.2 • Public • Published

jsdom-editor

Allows to edit the dom and output the content so it cant be reloaded with jsdom.

usage

jsdom-editor http://example.com

API

var editor = require('jsdom-editor');

jsdom.env('http://example.com', function(err, window) {
  editor(document, function(html) {
    console.log(html);
  });
});

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i jsdom-editor

Weekly Downloads

0

Version

0.0.2

License

none

Last publish

Collaborators

  • niclupien