https://github.com/agenthackeryt/site-screenshot
https://github.com/agenthackeryt/site-screenshot
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/agenthackeryt/site-screenshot
- Owner: AgentHackerYT
- Created: 2021-09-20T11:18:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-20T11:22:59.000Z (over 4 years ago)
- Last Synced: 2025-03-09T03:34:57.495Z (over 1 year ago)
- Language: JavaScript
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)