14 lines
258 B
Markdown
14 lines
258 B
Markdown
# Screenshots
|
|
|
|
Generate or update panel screenshots with:
|
|
|
|
```
|
|
node tests/take-screenshots.cjs --output-dir=docs/screenshots
|
|
```
|
|
|
|
Optional overrides:
|
|
|
|
```
|
|
node tests/take-screenshots.cjs --output-dir=docs/screenshots --base-url=https://panel.example.com
|
|
```
|