11-01-2018 10:28 PM
Hi folks,
I am trying to add crypto js Library in my js script.
Can you suggest me a way to import js libraries into js in snaplogic.
12-17-2018 12:49 PM
Did you ever get an answer to this question? I have the same use case.
12-19-2018 06:37 AM
yes. We you need to import the required libraries from sl db .
12-19-2018 12:01 PM
Not necessarily. You can load from CDN.
try { load(“https://cdnjs.cloudflare.com/ajax/libs/crypto-js/3.1.9/crypto-js.js”); } catch (e) { }