Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-09T19:48:49.000Z (about 4 years ago)
- Last Synced: 2024-10-27T13:13:35.061Z (about 2 months ago)
- Topics: dance, loop, video
- Language: Vue
- Homepage: https://j-maas.github.io/loopbar/
- Size: 2.69 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Loopbar
[![Tests](https://github.com/Y0hy0h/loopbar/workflows/Tests/badge.svg)](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/).