Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
res: Uniform.Resolution,
center,
zoom
}}
/>
);
}
if (resizeMode === "contain") {
return (
);
}
// fallback on stretch, most basic thing
return {source};
}
}
const Display = ({ gol, webcam }) =>
;