diff options
author | Jonas Smedegaard <dr@jones.dk> | 2025-04-18 00:59:39 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2025-04-18 01:04:41 +0200 |
commit | 64e93d863d322a9d9e60fe102a494a7cef98e65f (patch) | |
tree | 61e67f0e3b06b455025bbc2677a52a8d8901f3e1 /report.qmd | |
parent | 031240f883a2822dee70760dc3f76e643978256b (diff) |
add P5.js sketch light as appendix
Diffstat (limited to 'report.qmd')
-rw-r--r-- | report.qmd | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -374,3 +374,8 @@ about consuming a lot of space and resources* ```{.c include="Mussel/examples/seconds/seconds.ino" code-line-numbers="true"} ``` + +# P5.js sketch `light.js` {.appendix} + +```{.js include="P5/light.js" code-line-numbers="true"} +``` |