Fork me on GitHub
#hoplon
<
2023-04-11
>
alandipert19:04:22

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

alandipert19:04:32

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

mynomoto00:04:37

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

hoplon 2