UNPKG

webcapt

Version:

A simple cli to screen capture web pages and save them to disk as images or pdfs.

4 lines (3 loc) 85 B
#!/usr/bin/env node import { webcapt } from './webcapt.js'; webcapt.command.parse();