Brian's Brain

Source
const off = element("off", "black")
const dying = element("dying", "blue")
const on = element("on", "white")

          
off.to(on).count(on, 2)
on.to(dying)
dying.to(off)

          
const brain = create()
Read the docs
@wonderyard/vivarium