1.0.5 • Published 3 years ago
weblib-node v1.0.5
weblib-node
Use a library for web with node using jsdom
Install
npm i weblib-node
Example
const weblib = require('weblib-node');
webllib.loadLib('https://example.com/lib.js');
const { Lib } = weblib.getWindow();