Update
This commit is contained in:
@@ -56,8 +56,6 @@ const VideoPreview = ({
|
||||
|
||||
return (
|
||||
<div>
|
||||
<div>isPlaying: {isPlaying ? 'true' : 'false'}</div>
|
||||
|
||||
<Stage width={dimensions.width} height={dimensions.height} className="">
|
||||
<Layer ref={layerRef}>
|
||||
{activeElements.map((element) => {
|
||||
|
||||
Reference in New Issue
Block a user