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 aebfad1 commit 7bab096Copy full SHA for 7bab096
src/compression/index.js
@@ -26,4 +26,4 @@ addDecoder(7, () => import('./jpeg.js').then((m) => m.default));
26
addDecoder([8, 32946], () => import('./deflate.js').then((m) => m.default));
27
addDecoder(32773, () => import('./packbits.js').then((m) => m.default));
28
addDecoder(34887, () => import('./lerc.js').then((m) => m.default));
29
-addDecoder(50001, () => import('./webimage').then((m) => m.default));
+addDecoder(50001, () => import('./webimage.js').then((m) => m.default));
0 commit comments