s-sshot
v0.0.4
Published
Easy To Use Site Screen Shot Module
Downloads
3
Readme
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) => {})
})