Skip to content

Commit

Permalink
+ Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jalezi committed Apr 27, 2021
1 parent 51e056f commit 28bf1a5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Sledilnik Screenshots

Based on [SledilnikScreenshots](https://github.com/VesterDe/SledilnikScreenshots).

Calling URL with appropriate query params will return `image/png` `base64` encoded.

## Developing new screenshot

Run `yarn` to install everything. You are now ready.

Add your new screenshot settings into an appropriate key inside screenshots.js.

In `test.js` set `query` variable to match your screenshot.

Running `node test.js` should make your screenshot on your local machine.

If you want to observe what is going on, set variable `headless` to `false`.

## Deploying

Just push to master, the code will be live about 60 seconds after that.

0 comments on commit 28bf1a5

Please sign in to comment.