Update README.md

This commit is contained in:
Josh Patra
2025-04-20 20:26:02 -04:00
committed by GitHub
parent 439b89485a
commit a17a7c6565

View File

@@ -104,6 +104,7 @@ npm run build
``` ```
- **Track List** - **Track List**
Edit `const TRACKS_DATA: TrackData[] = [...]` to add, remove, or comment out tracks. Edit `const TRACKS_DATA: TrackData[] = [...]` to add, remove, or comment out tracks.
I'm putting together a way to make this easier, but it's still going to require a lot of manual labor to do.
- **Segment Increments** - **Segment Increments**
Adjust `const SEGMENT_INCREMENTS = [2,1,2,3,4,5];` to change snippet lengths. Adjust `const SEGMENT_INCREMENTS = [2,1,2,3,4,5];` to change snippet lengths.