We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 075e220 commit fd962d8Copy full SHA for fd962d8
dist/wrapper.mjs
@@ -0,0 +1,3 @@
1
+import cjsModule from './wavefile.js';
2
+
3
+export const WaveFile = cjsModule.WaveFile;
package.json
@@ -7,6 +7,10 @@
7
"license": "MIT",
8
"main": "./dist/wavefile.js",
9
"module": "./index.js",
10
+ "exports": {
11
+ "import": "./dist/wrapper.mjs",
12
+ "require": "./dist/wavefile.js"
13
+ },
14
"types": "./index.d.ts",
15
"bin": "./bin/wavefile.js",
16
"engines": {
0 commit comments