Skip to content

Commit

Permalink
Build for $(git log -n1 --pretty=format:%h
Browse files Browse the repository at this point in the history
  • Loading branch information
martinstarkov committed Feb 22, 2024
1 parent c5ae3fd commit c79efbb
Show file tree
Hide file tree
Showing 13 changed files with 28 additions and 17 deletions.
21 changes: 20 additions & 1 deletion data/config.json
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
{"targetSize":1,"fingerSize":1,"enableSkipButton":false,"skipLoopThreshold":1,"enableAutoSkip":false,"autoSkipThreshold":1,"disableSonification":false,"disableLayerProgression":false,"indexFingerOnly":false,"sonificationLevel":1,"backgroundMusicLevel":1,"onTimeDuration":500,"lateTimeDuration":500,"enableCameraVisibility":false,"cameraOpacity":0.2,"fancyEffectsDisabled":false,"disableVisualMetronome":false,"autoSaveCSV":true}
{
"targetSize": 1,
"fingerSize": 1,
"enableSkipButton": false,
"skipLoopThreshold": 1,
"enableAutoSkip": false,
"autoSkipThreshold": 1,
"disableSonification": false,
"disableLayerProgression": false,
"indexFingerOnly": false,
"sonificationLevel": 1,
"backgroundMusicLevel": 1,
"onTimeDuration": 500,
"lateTimeDuration": 500,
"enableCameraVisibility": false,
"cameraOpacity": 0.2,
"fancyEffectsDisabled": false,
"disableVisualMetronome": false,
"autoSaveCSV": true
}
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><link rel="shortcut icon" href="#"/><base href="/"/><style>html,
body {
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><link rel="shortcut icon" href="#"/><base href="/"/><style>body {
margin: 0;
padding: 0;
width: 100vw;
height: 100vh;
background-color: black;
overflow: hidden;
-webkit-app-region: drag;
}</style><script defer="defer" src="vendors.ccc7c2e7082301653c1f.bundle.js"></script><script defer="defer" src="main.f8628fb734196939f209.bundle.js"></script></head><body></body></html>
}</style><script defer="defer" src="vendors.8f84529342dee7f75523.bundle.js"></script><script defer="defer" src="main.674ec38ac0d5ea71c60f.bundle.js"></script></head><body></body></html>
1 change: 1 addition & 0 deletions main.674ec38ac0d5ea71c60f.bundle.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions main.f8628fb734196939f209.bundle.js

This file was deleted.

8 changes: 0 additions & 8 deletions main.f8628fb734196939f209.bundle.js.LICENSE.txt

This file was deleted.

1 change: 1 addition & 0 deletions models/wasm/vision_wasm_internal.js

Large diffs are not rendered by default.

Binary file added models/wasm/vision_wasm_internal.wasm
Binary file not shown.
1 change: 1 addition & 0 deletions models/wasm/vision_wasm_nosimd_internal.js

Large diffs are not rendered by default.

Binary file added models/wasm/vision_wasm_nosimd_internal.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion sw.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions vendors.8f84529342dee7f75523.bundle.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions vendors.ccc7c2e7082301653c1f.bundle.js

This file was deleted.

0 comments on commit c79efbb

Please sign in to comment.