-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |