Skip to content

Commit aebfad1

Browse files
Fixing import in webimage decoder
1 parent 937843b commit aebfad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compression/webimage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import BaseDecoder from './basedecoder';
1+
import BaseDecoder from './basedecoder.js';
22

33
/**
44
* class WebImageDecoder

0 commit comments

Comments
 (0)