Dj
Dj
We have web-compatible Canvas, Context2D and Image objects in the Skia Canvas project. The API is nearly same, and it only has more capabilities than deno-canvas rather than being less....
`mod.ts` exports a wrapper API around the canvaskit-wasm, but if you want direct access, you can import `canvas` from `mod.ts` which is the already instantiated CanvasKit object. ```ts import {...
Yes, as far as I know you'd have to FFI with `libc`. If you could contribute Linux support it would be great! It's only a bit different on macOS so...
Can you provide a minimum reproduction for this crash?
Have you tried loading a Japanese font? Try the Fonts API to register the font.
I'll look into changing the minimum macOS version required to Big Sur.
Not possible right now, but something that is definitely wanted.
Does the NoDependencies option in SkiaSharp only disable fontconfig? That can be easily disabled with a GN arg. Apart from that do you want ICU to be disabled as well?...
I'll take a look at this issue over the weekend.
I have tried tweaking some Skia options but got no difference in renders. I think the issue is more of a rendered image does not match Chrome's, rather than the...