Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonneutert/nbb-screenshot
this project demonstrates how to take screenshots utilizing nbb 🚀
https://github.com/simonneutert/nbb-screenshot
babashka clojure clojurescript nbb npm playwright screenshot
Last synced: about 2 months ago
JSON representation
this project demonstrates how to take screenshots utilizing nbb 🚀
- Host: GitHub
- URL: https://github.com/simonneutert/nbb-screenshot
- Owner: simonneutert
- License: unlicense
- Created: 2022-02-14T20:26:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T19:04:36.000Z (2 months ago)
- Last Synced: 2024-11-18T19:47:36.793Z (2 months ago)
- Topics: babashka, clojure, clojurescript, nbb, npm, playwright, screenshot
- Language: Clojure
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Install dependencies
First, install the dependencies:
### nbb
`$ npm i -g nbb && npm install`
### playwright
`$ npx playwright install`
## Run the script
`$ nbb main.cljs --help`
or with a url and no further arguments:
`$ nbb main.cljs `
### Example
```bash
$ nbb main.cljs https://www.simon-neutert.de --allscreen --timeout=3000
``````bash
$ nbb main.cljs https://www.simon-neutert.de -a -t3000
```