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 fad59ab commit 6c8b144Copy full SHA for 6c8b144
src/typedefs.ts
@@ -128,7 +128,7 @@ type ObjectToCanvasElementExtraOptions = ToCanvasElementExtraOptions & {
128
viewportTransform: boolean;
129
/**
130
* The context to draw the object onto.
131
- * Supports passing a pdf/svg ctx to in node.
+ * Supports passing a pdf/svg ctx in node.
132
* @see https://github.com/Automattic/node-canvas#createcanvas
133
*/
134
ctx: CanvasRenderingContext2D;
0 commit comments