We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d1c99 commit e476656Copy full SHA for e476656
types/index.d.ts
@@ -60,8 +60,8 @@ export class Canvas {
60
/** _Non standard._ The type of the canvas. */
61
readonly type: 'image'|'pdf'|'svg'
62
63
- // This is a getter, but it's non-standard and I don't know why we export it.
64
- // readonly stride: number;
+ /** _Non standard._ Getter. The stride used by the canvas. */
+ readonly stride: number;
65
66
/** Constant used in PNG encoding methods. */
67
readonly PNG_NO_FILTERS: number
0 commit comments