refactor: Moving to svelteless, added Jenkinsfile
Some checks failed
Gitea djledda.de/arne-drums/pipeline/head There was a failure building this commit

This commit is contained in:
Daniel Ledda
2021-08-28 20:57:20 +02:00
parent b1e65acda6
commit 87b9078072
20 changed files with 8409 additions and 1064 deletions

View File

@@ -1,13 +1,4 @@
import {BeatUnitType} from "./BeatUnit";
import Beat from "./Beat";
const beat = new Beat({
drumSchema: ["LH", "RH", "LF", "LR"],
timeSig: {
up: 3,
down: 4,
},
bars: 10,
});
console.log(beat.stringify());