feat: editor js import

This commit is contained in:
Jannat Patel
2023-04-18 11:51:57 +05:30
parent 4c220a67f2
commit a0782c7bf7
11 changed files with 70 additions and 17 deletions

View File

@@ -138,6 +138,7 @@ def youtube_video_renderer(video_id):
def video_renderer(src):
print(src)
return f"<video controls width='100%'><source src={src} type='video/mp4'></video>"