UNPKG

website-scraper

Version:

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

10 lines (8 loc) 196 B
import types from './resource-types.js'; // should contain same data as ./resource-ext-by-type export default { '.html': types.html, '.htm': types.html, '.css': types.css, '.js': types.js };