Skip to content

Commit 2639122

Browse files
committed
Fix fabric cli
1 parent 90239f3 commit 2639122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/commands/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { ensureDir } from "https://deno.land/std@0.177.1/fs/ensure_dir.ts";
1515
import fontData from "../font.ts";
1616
import { decodeBase64 } from "https://deno.land/std@0.203.0/encoding/base64.ts";
1717
import * as png from "https://deno.land/x/pngs@0.1.1/mod.ts";
18-
import * as pureimage from "npm:pureimage@0.4.18";
18+
import * as pureimage from "npm:pureimage@0.4.18/dist/index.js";
1919
// @deno-types="npm:@types/opentype.js@1.3.8/index.d.ts"
2020
import * as opentype from "npm:opentype.js@1.3.4";
2121

0 commit comments

Comments
 (0)