UNPKG

@ptrumpis/snap-lens-web-crawler

Version:

Crawl and download Snap Lenses from *lens.snapchat.com* with ease.

8 lines (5 loc) 216 B
import SnapLensWebCrawler from "./lib/crawler.js"; import * as Failures from "./lib/failure.js"; export { SnapLensWebCrawler }; export * from "./lib/failure.js"; export default { SnapLensWebCrawler, ...Failures };