An open API service indexing awesome lists of open source software.

https://github.com/agenthackeryt/site-screenshot


https://github.com/agenthackeryt/site-screenshot

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# S-SS
- Site-ScreenShot
- Screen Shot From Any URL
- Made Using Puppeteer
# Usage
- Very Easy To Use!!
```js
const ss = require('s-ss')
const fs = require('fs')
ss('https://google.com').then(d =>{
fs.writeFile('image.png' , d , (err, data) => {})
})
```
[![Pic]](./image2.png)