iLib-js / tmx

A class that can parse/generate TMX files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't use 'require' to import TMX

rmxr opened this issue · comments

The package.json file references "./lib/index.js" as "main" and "exports/require", but there is no such directory in the library package.
I have managed to use the library through "import", but this should probably be fixed to allow for use with "require".
Thanks for the great lib!

Ooo, good catch. I'll fix that.