You can't get access to the function just by including the script file:
<script src='./node_modules/async-transform/dist/global/@bigab/async-transform.js'></script>
<script>
asyncTransform([transformFunctions], val); // added to window
</script>
The file loads and seems to run, but there is no access to the asyncTransform function on window, it actually does exist, but it's at window._define.modules['@bigab/async-transform'].default, which I am sure isn't right
You can't get access to the function just by including the script file:
The file loads and seems to run, but there is no access to the
asyncTransformfunction on window, it actually does exist, but it's atwindow._define.modules['@bigab/async-transform'].default, which I am sure isn't right