Skip to content

Commit

Permalink
Merge pull request #118 from KuaiYu95/fe-frame
Browse files Browse the repository at this point in the history
feat: video frame
  • Loading branch information
phxa1 authored Jan 18, 2024
2 parents caafd37 + b663000 commit 335e0cf
Show file tree
Hide file tree
Showing 5 changed files with 377 additions and 0 deletions.
105 changes: 105 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@excalidraw/excalidraw": "^0.17.2",
"@ffmpeg/ffmpeg": "^0.12.6",
"@ffmpeg/types": "^0.12.2",
"@ffmpeg/util": "^0.12.1",
"@homegrown/word-counter": "^0.1.7",
"@leenguyen/react-flip-clock-countdown": "^1.5.0",
"@mui/icons-material": "^5.11.16",
Expand All @@ -50,11 +53,13 @@
"dompurify": "^3.0.6",
"echarts": "^5.4.3",
"eslint-config-next": "^14.0.4",
"file-saver": "^2.0.5",
"html-entities": "^2.4.0",
"ip": "^1.1.8",
"js-yaml": "^4.1.0",
"jsfuck": "^0.4.0",
"json-2-csv": "^5.0.1",
"jszip": "^3.10.1",
"less": "^4.2.0",
"marked": "^11.1.1",
"next": "^14.0.4",
Expand Down Expand Up @@ -101,6 +106,7 @@
"@types/big-integer": "^0.0.31",
"@types/crypto-js": "^4.2.0",
"@types/dompurify": "^3.0.5",
"@types/file-saver": "^2.0.7",
"@types/ip": "^1.1.3",
"@types/less": "^3.0.6",
"@types/node": "20.1.5",
Expand Down
Loading

0 comments on commit 335e0cf

Please sign in to comment.