Skip to content

Commit

Permalink
Actualizar browserApi.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lluisd authored Mar 5, 2024
1 parent 12752bb commit a8d7619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/browserApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class PuppeteerApi {
return await this.svgImage.screenshot({
path: path,
type: "jpeg",
quality: 75,
quality: 100,
captureBeyondViewport: false
})
}
Expand Down

0 comments on commit a8d7619

Please sign in to comment.