[Todo] support video element
feat
Assignee: nghia
Priority: High
Description
This would be a new element type under elements.
video's audio has to play together with the video
reference pixijs video:
https://pixijs.com/8.x/examples?example=sprite_video_texture
it should have these properties that sound element has:
loop: boolean volume: number (from 0 to 100)
< Back