hoplon

2023-04-11T19:01:22.847439Z

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)))

2023-04-11T19:02:32.429629Z

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

2023-04-12T00:52:37.521499Z

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

1