compreface-sdk
Advanced tools
Comparing version 0.5.5 to 0.5.6
@@ -55,2 +55,3 @@ /* | ||
async detect_blob_request(blob, url, api_key){ | ||
console.log("blobdata", blob) | ||
var bodyFormData = new FormData(); | ||
@@ -57,0 +58,0 @@ bodyFormData.append('file', blob, 'exadel.jpg'); |
@@ -71,3 +71,3 @@ /* | ||
base64toblob(b64Data, contentType='image/png', sliceSize=512){ | ||
base64toblob(b64Data, contentType='image/jpeg', sliceSize=1024){ | ||
const byteCharacters = atob(b64Data); | ||
@@ -74,0 +74,0 @@ const byteArrays = []; |
{ | ||
"name": "compreface-sdk", | ||
"version": "0.5.5", | ||
"version": "0.5.6", | ||
"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
60058
733