update
parent
76daa38bce
commit
df47b3e2a9
|
@ -9,11 +9,11 @@ Repository: **<git+https://github.com/vladmandic/face-api.git>**
|
|||
|
||||
## Changelog
|
||||
|
||||
### **HEAD -> master** 2021/05/27 mandic00@live.com
|
||||
|
||||
|
||||
### **origin/master** 2021/05/27 hello@bettysteger.com
|
||||
### **HEAD -> master** 2021/05/28 hello@bettysteger.com
|
||||
|
||||
- add buffertovideo
|
||||
- fix git conflicts
|
||||
- fix tsc error (#55)
|
||||
- force typescript 4.2 due to typedoc incompatibility with ts 4.3
|
||||
|
||||
### **1.2.5** 2021/05/27 mandic00@live.com
|
||||
|
|
|
@ -1398,9 +1398,9 @@ function bufferToVideo(buf) {
|
|||
video.oncanplay = () => resolve(video);
|
||||
video.onerror = reject;
|
||||
video.playsInline = true;
|
||||
video.autoplay = true;
|
||||
video.muted = true;
|
||||
video.src = URL.createObjectURL(buf);
|
||||
video.play();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -58677,9 +58677,9 @@ function bufferToVideo(buf) {
|
|||
video.oncanplay = () => resolve(video);
|
||||
video.onerror = reject;
|
||||
video.playsInline = true;
|
||||
video.autoplay = true;
|
||||
video.muted = true;
|
||||
video.src = URL.createObjectURL(buf);
|
||||
video.play();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -58804,9 +58804,9 @@ return a / b;`;
|
|||
video.oncanplay = () => resolve(video);
|
||||
video.onerror = reject;
|
||||
video.playsInline = true;
|
||||
video.autoplay = true;
|
||||
video.muted = true;
|
||||
video.src = URL.createObjectURL(buf);
|
||||
video.play();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1559,9 +1559,9 @@ function bufferToVideo(buf) {
|
|||
video.oncanplay = () => resolve(video);
|
||||
video.onerror = reject;
|
||||
video.playsInline = true;
|
||||
video.autoplay = true;
|
||||
video.muted = true;
|
||||
video.src = URL.createObjectURL(buf);
|
||||
video.play();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1559,9 +1559,9 @@ function bufferToVideo(buf) {
|
|||
video.oncanplay = () => resolve(video);
|
||||
video.onerror = reject;
|
||||
video.playsInline = true;
|
||||
video.autoplay = true;
|
||||
video.muted = true;
|
||||
video.src = URL.createObjectURL(buf);
|
||||
video.play();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1559,9 +1559,9 @@ function bufferToVideo(buf) {
|
|||
video.oncanplay = () => resolve(video);
|
||||
video.onerror = reject;
|
||||
video.playsInline = true;
|
||||
video.autoplay = true;
|
||||
video.muted = true;
|
||||
video.src = URL.createObjectURL(buf);
|
||||
video.play();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue