Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 🚀

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
```