Hello everyone.
I have started working on JavaScript macro development.
Given I have two JavaScript macros like this.
- library.js
- myproject.js
myproject.js is my current working macro and I what to import some reusable function in side library.js to this macro.
How do I import library.js to myproject.js?
Could you please give some suggestion, blog post or code example for this?
Thank you so much.