Skip to content

Commit

Permalink
fixed unpng version
Browse files Browse the repository at this point in the history
  • Loading branch information
mjrlowe committed Nov 9, 2020
1 parent fd5aa95 commit 2cce7bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { decode as decodeJpeg } from "https://deno.land/x/jpegts@1.1/mod.ts";
export { parse } from "https://deno.land/std@0.77.0/flags/mod.ts";
export * as colors from "https://deno.land/std@0.77.0/fmt/colors.ts";
import unpng from "https://cdn.skypack.dev/upng-js@v2.2.0";
import unpng from "https://cdn.skypack.dev/upng-js@v2.1.0";
export const decodePng = (unpng as any).decode;

0 comments on commit 2cce7bc

Please sign in to comment.