compreface-sdk
Advanced tools
Comparing version 0.5.6 to 0.5.7
@@ -72,3 +72,3 @@ /* | ||
base64toblob(b64Data, contentType='image/jpeg', sliceSize=1024){ | ||
const byteCharacters = atob(b64Data); | ||
const byteCharacters = Buffer.from(b64Data, "base64"); | ||
const byteArrays = []; | ||
@@ -75,0 +75,0 @@ |
{ | ||
"name": "compreface-sdk", | ||
"version": "0.5.6", | ||
"version": "0.5.7", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "description": "JavaScript SDK for CompreFace - free and open-source face recognition system from Exadel", |
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
60075