Skip to content

Commit

Permalink
Merge pull request alvarcarto#4 from kesko-dev/chore/dependency-updates
Browse files Browse the repository at this point in the history
Chore/dependency-updates
  • Loading branch information
aatosm authored Feb 1, 2023
2 parents e85d2a9 + e27ac84 commit 7f34b80
Show file tree
Hide file tree
Showing 6 changed files with 7,074 additions and 357 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
18
2 changes: 2 additions & 0 deletions .slugignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
docs
test
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ is internally used by this API. The [render code](https://github.com/alvarcarto/
is quite simple, check it out. Render flow:

1. **`page.setViewport(options)`** where options matches `viewport.*`.
2. *Possibly* **`page.emulateMedia('screen')`** if `emulateScreenMedia=true` is set.
2. *Possibly* **`page.emulateMediaType('screen')`** if `emulateScreenMedia=true` is set.
3. Render url **or** html.

If `url` is defined, **`page.goto(url, options)`** is called and options match `goto.*`.
Expand Down
Loading

0 comments on commit 7f34b80

Please sign in to comment.