When trying to use exificient.js, Firefox (109.0 Windows 64-bit) is logging an error:
Uncaught ReferenceError: exports is not defined
https://unpkg.com/exificient.js@0.0.5/dist/exificient.js:2998
The line in question is:
exports.EXI4JSON = EXI4JSON;
I think this is preventing exificient from working at all.