scittle

chromalchemy 2024-04-10T00:07:33.247779Z

From Scittle cljs can I call a js function from an adjacent .js file (loaded as script in html)?

1
Bob B 2024-04-10T00:36:44.363689Z

it would appear so <https://gist.github.com/bobisageek/83844e7551bbf3c54acaa34bee3c127a>

👍 1
chromalchemy 2024-04-10T16:20:05.354099Z

Works, beautiful! 🚀clojure-spin Thanks for the example