mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-26 21:18:49 +00:00
Fix piano and two doc images
This commit is contained in:
parent
93c5eeb99e
commit
a32ed02745
@ -49,7 +49,7 @@ A standalone app has its own desktop / homescreen icon and launches in a separat
|
|||||||
without the browser ui.
|
without the browser ui.
|
||||||
|
|
||||||
<figure>
|
<figure>
|
||||||
<img src="./pwa/strudel-macos.png" alt="Strudel on MacOS" />
|

|
||||||
<figcaption>Strudel on MacOS</figcaption>
|
<figcaption>Strudel on MacOS</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
@ -67,7 +67,7 @@ Without a chromium based browser, you can use [nativefier](https://github.com/na
|
|||||||
2. run `npx nativefier strudel.cc`
|
2. run `npx nativefier strudel.cc`
|
||||||
|
|
||||||
<figure>
|
<figure>
|
||||||
<img src="./pwa/strudel-linux.png" alt="Strudel on Linux" />
|

|
||||||
<figcaption>Strudel on Linux</figcaption>
|
<figcaption>Strudel on Linux</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
|
|||||||
@ -17,7 +17,7 @@ export async function prebake() {
|
|||||||
// => getting "window is not defined", as soon as "@strudel.cycles/soundfonts" is imported statically
|
// => getting "window is not defined", as soon as "@strudel.cycles/soundfonts" is imported statically
|
||||||
// seems to be a problem with soundfont2
|
// seems to be a problem with soundfont2
|
||||||
import('@strudel.cycles/soundfonts').then(({ registerSoundfonts }) => registerSoundfonts()),
|
import('@strudel.cycles/soundfonts').then(({ registerSoundfonts }) => registerSoundfonts()),
|
||||||
samples(`${baseNoTrailing}/piano.json`, `./piano/`, { prebake: true }),
|
samples(`${baseNoTrailing}/piano.json`, `${baseNoTrailing}/piano/`, { prebake: true }),
|
||||||
// https://github.com/sgossner/VCSL/
|
// https://github.com/sgossner/VCSL/
|
||||||
// https://api.github.com/repositories/126427031/contents/
|
// https://api.github.com/repositories/126427031/contents/
|
||||||
// LICENSE: CC0 general-purpose
|
// LICENSE: CC0 general-purpose
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user