@znode/browser
TypeScript icon, indicating that this package has built-in type declarations

0.0.11 • Public • Published

@zodash/browser

TODO: description

Usage

import Browser from '@zodash/browser';

const browser = new Browser();

const page = await browser.go(
  'http://www.yohogirls.com/news/index-8349-0-0.html',
);
const image = await browser.screenshot(
  'http://www.yohogirls.com/news/index-8349-0-0.html',
);
const pdf = await browser.pdf(
  'http://www.yohogirls.com/news/index-8349-0-0.html',
);
const html = await browser.html(
  'http://www.yohogirls.com/news/index-8349-0-0.html',
);

Package Sidebar

Install

npm i @znode/browser

Weekly Downloads

1

Version

0.0.11

License

MIT

Unpacked Size

26.6 kB

Total Files

12

Last publish

Collaborators

  • uniquecolesmith