Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
DjDeveloperr committed Mar 9, 2021
1 parent b21c986 commit 4479a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Import from https://deno.land/x/canvas/mod.ts or just import from raw GitHub URL
`mod.ts` provides a default export exposing the complete CanvasKit API, and other exports from the file are types and util functions.

```ts
import Canvas from 'https://deno.land/x/canvas@v1.1.0/mod.ts'
import Canvas from 'https://deno.land/x/canvas@v1.1.1/mod.ts'
import { serve } from "https://deno.land/std@0.89.0/http/server.ts";

const canvas = Canvas.MakeCanvas(200, 200);
Expand Down

0 comments on commit 4479a4f

Please sign in to comment.