🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

lightshot-parser

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lightshot-parser

Parsing screenshots

0.0.1
Source
npm
Version published
Maintainers
1
Created
Source

lightshot-parser

You can use this script to parse screenshots from the site https://prnt.sc

Installation

npm i lightshot-parser

Using

const imgParser = require("lightshot-parser")
// this function has three arguments
// the first argument is how many screenshots need to be parsed
// the second argument is the path to save screensots
// (optional argument) the third argument is pattern, the link will start with these letters (default - null)
imgParser(5,"./img","aq1")
// after calling the function, screenshots will be uploaded to the directory

Keywords

image-parser

FAQs

Package last updated on 07 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts