Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revamp #15

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open
2 changes: 1 addition & 1 deletion examples/record.a.video/next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
reactStrictMode: false,
swcMinify: false,
}

Expand Down
283 changes: 248 additions & 35 deletions examples/record.a.video/package-lock.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion examples/record.a.video/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"material-ui-popup-state": "^5.0.4",
"next": "13.1.1",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-color": "^2.19.3",
"react-dom": "18.2.0"
},
Expand All @@ -23,13 +24,14 @@
"@mui/material": "^5.11.2",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-beautiful-dnd": "^13.1.3",
"@types/react-color": "^3.0.6",
"@types/react-dom": "18.0.10",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"typescript": "4.9.4"
},
"engines" : {
"engines": {
"node": "18.x"
}
}
12 changes: 12 additions & 0 deletions examples/record.a.video/public/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions examples/record.a.video/public/mic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions examples/record.a.video/public/video-off.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading