react-whammy
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "react-whammy", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A React Component For Real-time Javascript WebM Video Encoder", | ||
@@ -5,0 +5,0 @@ "main": "whammy.js", |
@@ -493,3 +493,3 @@ /* | ||
this.duration = 1000 / speed; | ||
this.quality = quality || 0.8; | ||
this.quality = quality || 1; | ||
} | ||
@@ -496,0 +496,0 @@ |
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
61588