We currently bundle the library in CJS for Node. It'd be good to support ESM as well, to enable `import`s of the upscaler without needing `require()`. Context: https://github.com/thekevinscott/UpscalerJS/issues/554#issuecomment-1344108954
We currently bundle the library in CJS for Node. It'd be good to support ESM as well, to enable
imports of the upscaler without needingrequire().Context: #554 (comment)