We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b38b62 commit 927baa8Copy full SHA for 927baa8
1 file changed
src/vendor_deps.ts
@@ -10,3 +10,4 @@ This is only used by vendor.sh and should not be imported by any other code.
10
// for puppeteer
11
import { dirname, join, SEP } from "https://deno.land/std@0.93.0/path/mod.ts";
12
import puppeteer from "https://deno.land/x/puppeteer@9.0.2/mod.ts";
13
+import * as base64 from "https://deno.land/std@0.93.0/encoding/base64.ts";
0 commit comments