anyone that used lumo with windows printer?
@cjsauer If you have ClojureScript code that you’d like accessible from JavaScript, consider ^:export
More info on ^:export
here: https://clojurescript.org/reference/advanced-compilation#access-from-javascript
(This is orthogonal to an attempt to package things up as a JavaScript module, but is necessary if your ClojureScript is optimized via :advanced
)