mic-recorder-to-mp3
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "mic-recorder-to-mp3", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Record your microphone audio input and get an audio/mp3 ouput buffer/blob.", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"build": "node rollup.config.js" | ||
"build": "rollup -c", | ||
"minify": "minify=true rollup -c" | ||
}, | ||
"repository": "git@github.com:djalmaaraujo/mic-recorder-to-mp3.git", | ||
"author": "Djalma Araujo <djalma@close.io>", | ||
"contributors": [ | ||
"Vitor Buzinaro <vitor@close.io>" | ||
], | ||
"license": "MIT", | ||
@@ -19,3 +23,4 @@ "devDependencies": { | ||
"rollup-plugin-commonjs": "^8.0.2", | ||
"rollup-plugin-node-resolve": "^3.0.0" | ||
"rollup-plugin-node-resolve": "^3.0.0", | ||
"rollup-plugin-uglify": "^2.0.1" | ||
}, | ||
@@ -22,0 +27,0 @@ "babel": { |
@@ -19,2 +19,8 @@ # Microphone Recorder to Mp3 | ||
## CDN Usage | ||
You can add via CDN using the address: [https://unpkg.com/mic-recorder-to-mp3@1.2.1](https://unpkg.com/mic-recorder-to-mp3@1.2.1). You can find the minified version in the same address, ex: [https://unpkg.com/mic-recorder-to-mp3@1.2.1/dist/index.min.js](https://unpkg.com/mic-recorder-to-mp3@1.2.1/dist/index.min.js) | ||
**About the version in URL**: Change the URL version to any of our releases. | ||
# How to use | ||
@@ -58,4 +64,11 @@ | ||
Check the [samples](https://github.com/djalmaaraujo/mic-recorder-to-mp3/tree/master/samples) folder for more examples. | ||
## Lamejs Notice | ||
This library uses lamejs as a direct dependency. We build our releases with [lamejs](https://github.com/zhuker/lamejs/) built-in, so you don't need to add another dependency. | ||
Thanks to **@zhuker** for writing the lamejs library. | ||
# License | ||
MIT |
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
2643563
9
14727
73
8