cancel
Showing results for 
Search instead for 
Did you mean: 

Adding javascript libraries

ayush_vipul
New Contributor III

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.

3 REPLIES 3

jkeller
New Contributor III

Did you ever get an answer to this question? I have the same use case.

ayush_vipul
New Contributor III

yes. We you need to import the required libraries from sl db .

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) { }