hoplon 2023-04-11

had fun last night working on a multiplication game for my daughter. even remembered how to do this:

(extend-type goog.events.BrowserEvent
  cljs.core/IDeref
  (-deref [this]
    (-> this .-target .-value)))

is there a way to get audio notification with shadow-cljs?

There is a function that runs after recompiling, you should be able to play audio there.

1