update?
This commit is contained in:
12
src/main.ts
12
src/main.ts
@@ -1,8 +1,18 @@
|
||||
import App from './ui/App.svelte';
|
||||
import Store from "./Store";
|
||||
|
||||
const app = new App({
|
||||
target: document.body,
|
||||
props: {},
|
||||
props: {
|
||||
store: new Store({
|
||||
bars: 10,
|
||||
timeSig: {
|
||||
down: 4,
|
||||
up: 4,
|
||||
},
|
||||
drumSchema: ['LF', 'LH', 'RH', 'RF'],
|
||||
}),
|
||||
},
|
||||
});
|
||||
|
||||
export default app;
|
||||
Reference in New Issue
Block a user