mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
parent
1ef918239c
commit
1add9bc131
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ if (typeof PDFJSDev === "undefined") {
|
|||
* `OffscreenCanvas` in the worker. Primarily used to improve performance of
|
||||
* image conversion/rendering.
|
||||
* The default value is `true` in web environments and `false` in Node.js.
|
||||
* @property {boolean} [canvasMaxAreaInBytes] - The integer value is used to
|
||||
* @property {number} [canvasMaxAreaInBytes] - The integer value is used to
|
||||
* know when an image must be resized (uses `OffscreenCanvas` in the worker).
|
||||
* If it's -1 then a possibly slow algorithm is used to guess the max value.
|
||||
* @property {boolean} [disableFontFace] - By default fonts are converted to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue