experimental SVG-based video rendering engine made for music videos. React to MIDI or arbitrary signals from your DAW through "probe" VSTs
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

⬆️ Update dependency diagraph to v0.3.6

authored by

renovate[bot] and committed by
Gwenn Le Bihan
dad000b0 752a780e

+1 -1
+1 -1
paper/main.typ
··· 1 1 #import "template.typ": arkheion, arkheion-appendices, monospace 2 2 #import "utils.typ": include-function, cut-around, cut-between, dedent 3 3 4 - #import "@preview/diagraph:0.3.2" 4 + #import "@preview/diagraph:0.3.6" 5 5 #show raw.where(lang: "dot"): it => diagraph.render(it.text) 6 6 #show raw.where(lang: "mermaid"): it => diagraph.render( 7 7 it.text.replace("graph TD", "digraph {").replace("-->", "->") + "}",