https://github.com/j-maas/loopbar
Loop bars from a dance video for practice.
https://github.com/j-maas/loopbar
dance loop video
Last synced: 4 months ago
JSON representation
Loop bars from a dance video for practice.
- Host: GitHub
- URL: https://github.com/j-maas/loopbar
- Owner: j-maas
- Created: 2020-10-23T02:52:29.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-09T19:48:49.000Z (over 5 years ago)
- Last Synced: 2025-10-10T14:13:17.659Z (8 months ago)
- Topics: dance, loop, video
- Language: Vue
- Homepage: https://j-maas.github.io/loopbar/
- Size: 2.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Loopbar
[](https://github.com/Y0hy0h/loopbar/actions?query=workflow%3ATests)
Loop bars from a dance video for practice. Try it out at https://y0hy0h.github.io/loopbar/.
Works offline with videos from your device. Simply set the beats per minute (bpm) and then select which parts to loop.
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your unit tests
```
npm run test:unit
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).