File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Skia Canvas
22
33[ ![ Tags] ( https://img.shields.io/github/release/DjDeveloperr/skia_canvas )] ( https://github.com/DjDeveloperr/skia_canvas/releases )
4- [ ![ Doc] ( https://doc.deno.land/badge.svg )] ( https://doc.deno.land/https/deno.land/x/skia_canvas@0.5.2 /mod.ts )
4+ [ ![ Doc] ( https://doc.deno.land/badge.svg )] ( https://doc.deno.land/https/deno.land/x/skia_canvas@0.5.4 /mod.ts )
55[ ![ Checks] ( https://github.com/DjDeveloperr/skia_canvas/actions/workflows/ci.yml/badge.svg )] ( https://github.com/DjDeveloperr/skia_canvas/actions/workflows/ci.yml )
66[ ![ License] ( https://img.shields.io/github/license/DjDeveloperr/skia_canvas )] ( https://github.com/DjDeveloperr/skia_canvas/blob/master/LICENSE )
77[ ![ Sponsor] ( https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86 )] ( https://github.com/sponsors/DjDeveloperr )
@@ -11,7 +11,7 @@ Fast HTML Canvas API implementation for Deno using Skia.
1111## Example
1212
1313``` ts
14- import { createCanvas } from " https://deno.land/x/skia_canvas@0.5.2 /mod.ts" ;
14+ import { createCanvas } from " https://deno.land/x/skia_canvas@0.5.4 /mod.ts" ;
1515
1616const canvas = createCanvas (300 , 300 );
1717const ctx = canvas .getContext (" 2d" );
Original file line number Diff line number Diff line change 11{
22 "name" : " skia_canvas" ,
33 "github" : " https://github.com/DjDeveloperr/skia_canvas" ,
4- "verision" : " 0.5.2 " ,
4+ "verision" : " 0.5.4 " ,
55
66 "tasks" : {
77 "build" : " cd native/build && CC=clang CXX=clang++ cmake .. && cmake --build . --config Release" ,
You can’t perform that action at this time.
0 commit comments