-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node-Canvas support #4494
Comments
Hi, What is the problem actually? |
If I try it const fabric = require("fabric").fabric;
const fcanvas = new fabric.StaticCanvas();
const rect = new fabric.Rect({
left: 50, top: 50, originX: "center", originY: "center", fill: "red", width: 50, "height": 50
});
fcanvas.add(rect);
console.log(fcanvas.createPNGStream()); I get this error |
ok maybe createPNGStream was a rush deletion. coming back. |
trying to release rc2 today with those fixes. |
Thank you very much |
May not be possible to restore now. |
Canvas.lowerCanvasEl.toBlob |
Hi,
I'm using (have to use) version 2.0.0 rc1
Can you please add node-canvas support again?
The text was updated successfully, but these errors were encountered: