@tomer-wix This looks interesting, and might solve my problem. If I don’t need it to interact with the HTML, then it should work? How? I haven’t found the way to do this.
I’m trying to use some external libraries such as Twilio or right now trying to use javascript files as documented here or here in order to encrypt/tokenize some data which i need to keep secure. Is there some way for me to call the encryption js via the HTML and get the token to my front-end JS code? Or some way to achieve the same by copying in locally to the public folder?