DjDeveloperr / skia_canvas

Fast HTML Canvas API implementation for Deno using Google Skia
https://deno.land/x/skia_canvas
Apache License 2.0
124 stars 7 forks source link

Path2D incompatability #35

Closed nhrones closed 1 year ago

nhrones commented 1 year ago

Getting really tire of fighting incompatibilities!

If I don't reference your lib from /deps.ts in every module, I get this...

Property 'addPath' is missing in type 'import("https://deno.land/x/skia_canvas@0.4.1/src/path2d").Path2D' but required in type 'Path2D'.deno-ts(2741)

Feels like fighting rust borrow checker.