Use react-youtube

This commit is contained in:
Jerome Wu
2023-08-05 16:33:43 +08:00
parent f260b887b4
commit 5c9672d7c2
3 changed files with 63 additions and 3 deletions

View File

@@ -34,7 +34,8 @@
"prism-react-renderer": "^1.3.5",
"react": "^17.0.2",
"react-ace": "^10.1.0",
"react-dom": "^17.0.2"
"react-dom": "^17.0.2",
"react-youtube": "^10.1.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^2.2.0",

View File

@@ -6,6 +6,7 @@ import CreateNewFolderIcon from "@mui/icons-material/CreateNewFolder";
import RefreshIcon from "@mui/icons-material/Refresh";
import UploadFileIcon from "@mui/icons-material/UploadFile";
import UploadIcon from "@mui/icons-material/Upload";
import YouTube from "react-youtube";
# Playground
@@ -36,7 +37,8 @@ development!
ffmpeg.wasm fundamentals.
Demo Video:
<iframe style={{"aspect-ratio": "16 / 9", width: "100%"}} src="https://youtube.com/embed/F01B0fV20QA" title="YouTube video player" frameborder="0" allowfullscreen></iframe>
<YouTube videoId="F01B0fV20QA" />
[YouTube Video Link](https://www.youtube.com/watch?v=F01B0fV20QA)