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 1
1
# Skia Canvas
2
2
3
3
[ ![ 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.4 /mod.ts )
4
+ [ ![ Doc] ( https://doc.deno.land/badge.svg )] ( https://doc.deno.land/https/deno.land/x/skia_canvas@0.5.5 /mod.ts )
5
5
[ ![ Checks] ( https://github.com/DjDeveloperr/skia_canvas/actions/workflows/ci.yml/badge.svg )] ( https://github.com/DjDeveloperr/skia_canvas/actions/workflows/ci.yml )
6
6
[ ![ License] ( https://img.shields.io/github/license/DjDeveloperr/skia_canvas )] ( https://github.com/DjDeveloperr/skia_canvas/blob/master/LICENSE )
7
7
[ ![ 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.
11
11
## Example
12
12
13
13
``` ts
14
- import { createCanvas } from " https://deno.land/x/skia_canvas@0.5.4 /mod.ts" ;
14
+ import { createCanvas } from " https://deno.land/x/skia_canvas@0.5.5 /mod.ts" ;
15
15
16
16
const canvas = createCanvas (300 , 300 );
17
17
const ctx = canvas .getContext (" 2d" );
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " skia_canvas" ,
3
3
"github" : " https://github.com/DjDeveloperr/skia_canvas" ,
4
- "verision" : " 0.5.4 " ,
4
+ "verision" : " 0.5.5 " ,
5
5
6
6
"tasks" : {
7
7
"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