We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c952a41 commit 673e273Copy full SHA for 673e273
src/misc/camera.js
@@ -1,10 +1,7 @@
1
import { StreamApiNotSupportedError, InsecureContextError } from "./errors.js";
2
import { imageDataFromVideo } from "./image-data.js";
3
import { eventOn, timeout } from "callforth";
4
-<<<<<<< HEAD
5
-=======
6
import { indempotent } from "./util.js"
7
->>>>>>> master
8
9
class Camera {
10
constructor(videoEl, stream) {
0 commit comments