pull/97/head
Vladimir Mandic 2021-05-28 07:27:16 -04:00
parent 76daa38bce
commit df47b3e2a9
13 changed files with 22 additions and 22 deletions

View File

@ -9,11 +9,11 @@ Repository: **<git+https://github.com/vladmandic/face-api.git>**
## Changelog ## Changelog
### **HEAD -> master** 2021/05/27 mandic00@live.com ### **HEAD -> master** 2021/05/28 hello@bettysteger.com
### **origin/master** 2021/05/27 hello@bettysteger.com
- add buffertovideo
- fix git conflicts
- fix tsc error (#55)
- force typescript 4.2 due to typedoc incompatibility with ts 4.3 - force typescript 4.2 due to typedoc incompatibility with ts 4.3
### **1.2.5** 2021/05/27 mandic00@live.com ### **1.2.5** 2021/05/27 mandic00@live.com

View File

@ -1398,9 +1398,9 @@ function bufferToVideo(buf) {
video.oncanplay = () => resolve(video); video.oncanplay = () => resolve(video);
video.onerror = reject; video.onerror = reject;
video.playsInline = true; video.playsInline = true;
video.autoplay = true;
video.muted = true; video.muted = true;
video.src = URL.createObjectURL(buf); video.src = URL.createObjectURL(buf);
video.play();
}); });
} }

File diff suppressed because one or more lines are too long

View File

@ -58677,9 +58677,9 @@ function bufferToVideo(buf) {
video.oncanplay = () => resolve(video); video.oncanplay = () => resolve(video);
video.onerror = reject; video.onerror = reject;
video.playsInline = true; video.playsInline = true;
video.autoplay = true;
video.muted = true; video.muted = true;
video.src = URL.createObjectURL(buf); video.src = URL.createObjectURL(buf);
video.play();
}); });
} }

File diff suppressed because one or more lines are too long

2
dist/face-api.js vendored
View File

@ -58804,9 +58804,9 @@ return a / b;`;
video.oncanplay = () => resolve(video); video.oncanplay = () => resolve(video);
video.onerror = reject; video.onerror = reject;
video.playsInline = true; video.playsInline = true;
video.autoplay = true;
video.muted = true; video.muted = true;
video.src = URL.createObjectURL(buf); video.src = URL.createObjectURL(buf);
video.play();
}); });
} }

File diff suppressed because one or more lines are too long

View File

@ -1559,9 +1559,9 @@ function bufferToVideo(buf) {
video.oncanplay = () => resolve(video); video.oncanplay = () => resolve(video);
video.onerror = reject; video.onerror = reject;
video.playsInline = true; video.playsInline = true;
video.autoplay = true;
video.muted = true; video.muted = true;
video.src = URL.createObjectURL(buf); video.src = URL.createObjectURL(buf);
video.play();
}); });
} }

File diff suppressed because one or more lines are too long

View File

@ -1559,9 +1559,9 @@ function bufferToVideo(buf) {
video.oncanplay = () => resolve(video); video.oncanplay = () => resolve(video);
video.onerror = reject; video.onerror = reject;
video.playsInline = true; video.playsInline = true;
video.autoplay = true;
video.muted = true; video.muted = true;
video.src = URL.createObjectURL(buf); video.src = URL.createObjectURL(buf);
video.play();
}); });
} }

File diff suppressed because one or more lines are too long

View File

@ -1559,9 +1559,9 @@ function bufferToVideo(buf) {
video.oncanplay = () => resolve(video); video.oncanplay = () => resolve(video);
video.onerror = reject; video.onerror = reject;
video.playsInline = true; video.playsInline = true;
video.autoplay = true;
video.muted = true; video.muted = true;
video.src = URL.createObjectURL(buf); video.src = URL.createObjectURL(buf);
video.play();
}); });
} }

File diff suppressed because one or more lines are too long