0.0.4 • Published 3 years ago
s-sshot v0.0.4
S-SS
- Site-ScreenShot
- Screen Shot From Any URL
- Made Using Puppeteer
Usage
- Very Easy To Use!!
const ss = require('s-sshot')
const fs = require('fs')
ss('https://google.com').then(d =>{
fs.writeFile('image.png' , d , (err, data) => {})
})