Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/).