UNPKG

website-scraper

Version:

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

8 lines (6 loc) 141 B
import types from './resource-types.js'; export default { 'text/html': types.html, 'text/css': types.css, 'text/javascript': types.js };