Hi, Thanks for the work on this library. I am facing the following error when importing pose-format in a .mjs file.
(node:33955) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension.
(Use node --trace-warnings ... to show where the warning was created)
**/node_modules/.pnpm/pose-format@1.4.1/node_modules/pose-format/dist/index.js:1
import { Buffer } from "buffer";
^^^^^^
SyntaxError: Cannot use import statement outside a module
Hi, Thanks for the work on this library. I am facing the following error when importing pose-format in a .mjs file.
(node:33955) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension.
(Use
node --trace-warnings ...to show where the warning was created)**/node_modules/.pnpm/pose-format@1.4.1/node_modules/pose-format/dist/index.js:1
import { Buffer } from "buffer";
^^^^^^
SyntaxError: Cannot use import statement outside a module