We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90239f3 commit 2639122Copy full SHA for 2639122
cli/commands/init.ts
@@ -15,7 +15,7 @@ import { ensureDir } from "https://deno.land/std@0.177.1/fs/ensure_dir.ts";
15
import fontData from "../font.ts";
16
import { decodeBase64 } from "https://deno.land/std@0.203.0/encoding/base64.ts";
17
import * as png from "https://deno.land/x/pngs@0.1.1/mod.ts";
18
-import * as pureimage from "npm:pureimage@0.4.18";
+import * as pureimage from "npm:pureimage@0.4.18/dist/index.js";
19
// @deno-types="npm:@types/opentype.js@1.3.8/index.d.ts"
20
import * as opentype from "npm:opentype.js@1.3.4";
21
0 commit comments