When try to use, receive the fallowing error: node_modules\bmp-ts\dist\index.js:1 import BmpDecoder from './decoder'; ^^^^^^ SyntaxError: Cannot use import statement outside a module Any idea of how solve this.
When try to use, receive the fallowing error:
node_modules\bmp-ts\dist\index.js:1
import BmpDecoder from './decoder';
^^^^^^
SyntaxError: Cannot use import statement outside a module
Any idea of how solve this.