Skip to content

Commit

Permalink
Merge pull request #174 from codesculpture/docs/options/scale
Browse files Browse the repository at this point in the history
docs(options): Adding scale doc which is a part of options
  • Loading branch information
IDisposable authored Jul 11, 2024
2 parents dd1de93 + 9d14caa commit 2a0acf5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,11 @@ in CSS. Defaults to true.
Allows optionally setting the `useCredentials` option if the resource matches a pattern in
the `useCredentialFilters` array.

#### scale

Scale value to be applied on canvas's `ctx.scale()` on both x and y axis.
Can be used to increase the image quality with higher image size.

### Alternative Solutions to CORS Policy Issue

Are you facing a [CORS policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS)
Expand Down

0 comments on commit 2a0acf5

Please sign in to comment.