-
I probably missed something but I couldn't find a way to `eval` or `dispatch` a simple JS alert:
```Nim
import
webview, uri
const HtmlCanvas = "data:text/html," & """Hello World""".encodeUrl…
-
Hi,
I would just simply use zebkit for an existing canvas app. So my app is controlling canvas for the game app and I would like to have a zebkit settings page, so I give zebra a rect area of my ca…
-
hi, i used previous edition zebkit (zebra) and i could import package and run it with eval(zebra.Import(...)). when i try to upgrade script to zebkit (in angular 2) i take error because of zebkit.requ…
erata updated
6 years ago
-
Hello,
Is it possible to access the particular node-canvas instance behind an HtmlCanvas element?
-
I have a fix for it but it works in all browsers except Firefox and IE.
Chrome, Edge, Safari works like a charm. The fix is in my fork for your review @samnissen - https://github.com/sandeepnagra/…
-
I am using jsdom and node-canvas to run frontend html canvas code within node js, one of my script files has the line
`canvas.toDataURL('image/jpeg',{quality:1},function(){})`
the third parameter …
-
We are creating pdf with the help of jsPDF and HTML2Canvas but when adding Big image to the bottom, We are getting some issue.
Is there any way to split an image with help of jquery and javascript or…
-
jurassicworldevolution.com/research -> example
-
I would like to start bringing up the discussion on the next major bump. This is a quick list on the top of my head on what I personally would like to get in.
- Remove sync streams
- Drop support for …
-
Hi,
It seems like `createCanvasForNode` is deprecated. I'm using new fabric.Canvas instead. However, I can't figure out how to add a custom font and create a PNGStream in this setup. I searched the…