@bigear/bigear
Advanced tools
Comparing version 0.0.14 to 0.0.15
{ | ||
"name": "@bigear/bigear", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "It is a browser base sound javascript lib, capable for react, vue or just javascript", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
const microphoneRecorder = require('@bigear/microphone-recorder') | ||
const convertBufferToWav = require('@bigear/convertBufferToWav') | ||
module.exports = { | ||
microphoneRecorder | ||
microphoneRecorder, | ||
convertBufferToWav | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2030
22