From 918e021eed3736375cff08d9cd7d01f5c0363ead Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Sun, 19 Sep 2021 12:12:45 +0200 Subject: [PATCH] fix lint --- cli/main.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cli/main.ts b/cli/main.ts index e2ffe41..02291ec 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -1,5 +1,5 @@ import { parse } from "https://deno.land/std@0.106.0/flags/mod.ts"; -import { createCanvas, init } from "https://deno.land/x/canvas@v1.3.0/mod.ts"; +import { createCanvas } from "https://deno.land/x/canvas@v1.3.0/mod.ts"; import { CollageModeType, collageModeType } from "../src/common/collages.ts"; import DenoCollageModes, { CastCanvasRenderingContext, @@ -9,8 +9,6 @@ import { CollageConfig } from "../src/common/types.ts"; import { choice, shuffle } from "../src/common/utils.ts"; import { walkSync } from "https://deno.land/std@0.107.0/fs/mod.ts"; -const canvasKit = await init(); - const args = parse(Deno.args, { alias: { "w": "width",