Skip to content

Commit

Permalink
chore(ext/canvas): update skia_canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
DjDeveloperr authored Dec 17, 2022
1 parent 2519cc9 commit c17160a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/canvas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {
Canvas,
CanvasRenderingContext2D,
createCanvas,
} from "https://deno.land/x/skia_canvas@0.3.1/mod.ts";
} from "https://deno.land/x/skia_canvas@0.4.1/mod.ts";

import {
createWindow,
Expand Down Expand Up @@ -77,4 +77,4 @@ export class WindowCanvas {
}

export * from "../mod.ts";
export * from "https://deno.land/x/skia_canvas@0.3.1/mod.ts";
export * from "https://deno.land/x/skia_canvas@0.4.1/mod.ts";

0 comments on commit c17160a

Please sign in to comment.