Closed chase-moskal closed 1 year ago
maybe usage of this system (say, in terrarium) could look like this:
import {makeTheater} from "@benev/toolbox/x/theater/theater.js" const theater = makeTheater({ instrumentation: true, nubs: true, }) document.body.appendChild(theater.element)
maybe usage of this system (say, in terrarium) could look like this: