mahmoud-eskandari / NumToPersian

Numbers to Persian words converter . تبدیل عدد به حروف
MIT License
256 stars 29 forks source link

Uncaught SyntaxError: Unexpected token 'export' #14

Closed arenonana closed 3 years ago

arenonana commented 3 years ago

I'm getting this error : Uncaught SyntaxError: Unexpected token 'export'

mahmoud-eskandari commented 3 years ago

I checked it, It's OK. How did you import it?

for browsers import dist folder files for ES6 use import

arenonana commented 3 years ago

thank you so much it's work fine.