jimp-dev / bmp-ts

A pure typescript bmp encoder and decoder
MIT License
17 stars 6 forks source link

Error trying to use. #20

Open j-izaguirre opened 3 years ago

j-izaguirre commented 3 years ago

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.

pedro-rosario commented 2 years ago

Did you figure this out?