Skip to content

Commit

Permalink
0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DjDeveloperr committed Jun 8, 2023
1 parent a62b2b7 commit 57b8e31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,7 +1,7 @@
# Skia Canvas

[![Tags](https://img.shields.io/github/release/DjDeveloperr/skia_canvas)](https://github.com/DjDeveloperr/skia_canvas/releases)
[![Doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/skia_canvas@0.5.2/mod.ts)
[![Doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/skia_canvas@0.5.4/mod.ts)
[![Checks](https://github.com/DjDeveloperr/skia_canvas/actions/workflows/ci.yml/badge.svg)](https://github.com/DjDeveloperr/skia_canvas/actions/workflows/ci.yml)
[![License](https://img.shields.io/github/license/DjDeveloperr/skia_canvas)](https://github.com/DjDeveloperr/skia_canvas/blob/master/LICENSE)
[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/DjDeveloperr)
Expand All @@ -11,7 +11,7 @@ Fast HTML Canvas API implementation for Deno using Skia.
## Example

```ts
import { createCanvas } from "https://deno.land/x/skia_canvas@0.5.2/mod.ts";
import { createCanvas } from "https://deno.land/x/skia_canvas@0.5.4/mod.ts";

const canvas = createCanvas(300, 300);
const ctx = canvas.getContext("2d");
Expand Down
2 changes: 1 addition & 1 deletion deno.json
@@ -1,7 +1,7 @@
{
"name": "skia_canvas",
"github": "https://github.com/DjDeveloperr/skia_canvas",
"verision": "0.5.2",
"verision": "0.5.4",

"tasks": {
"build": "cd native/build && CC=clang CXX=clang++ cmake .. && cmake --build . --config Release",
Expand Down

0 comments on commit 57b8e31

Please sign in to comment.