dsr/README.md
2023-07-30 01:40:23 +02:00

12 lines
245 B
Markdown

# Discord Video Sharing
- [ ] Try to keep the video under 25mb
- [ ] If already under the limit, the file won't be compressed
- [x] Merge all audio files into one track
## Package the app for Windows
```bash
npm install
npm run package
```