UNPKG

website-scraper

Version:

Download website to a local directory (including all css, images, js, etc.)

6 lines (4 loc) 113 B
import Scraper from './lib/scraper.js'; export default (options) => { return new Scraper(options).scrape(); };