Merge branch 'main' of gitlab.com:DaGammla/keep-silk-open

This commit is contained in:
DaGammla
2023-08-25 01:10:10 +02:00
+2
View File
@@ -47,12 +47,14 @@ Usually your browser will timeout after ~10 minutes
For debugging, it can be helpful to visualize the audio element.
To do this, write the following:
```html
<script>
var AlwaysUseSilk = true
var SilkVisualMode = true
</script>
<script defer src="https://dagammla.gitlab.io/keep-silk-open/keep.js">
</script>
```
---