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.
2 parents 83f295a + 6a4c0ab commit 74a5302Copy full SHA for 74a5302
index.js
@@ -52,6 +52,7 @@ module.exports = {
52
Canvas,
53
Context2d: CanvasRenderingContext2D, // Legacy/compat export
54
CanvasRenderingContext2D,
55
+ CanvasGradient: bindings.CanvasGradient,
56
CanvasPattern: bindings.CanvasPattern,
57
Image,
58
ImageData: bindings.ImageData,
0 commit comments