Skip to content

Commit

Permalink
Added disableAntiAliasing option to map init
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgenyRodygin committed Oct 24, 2023
1 parent 4a7662a commit e96231b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/screenshots/plugin.screen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const init = async (
center: opts.center ?? [82.88688745100029, 54.98064452796862],
rotation: opts.rotation ?? -111,
pitch: 45,
disableAntiAliasing: true,
});

await page.evaluate(
Expand Down

0 comments on commit e96231b

Please sign in to comment.