Libsignal JavaScript library

478 views Asked by At

What is the best way to include the libsignal JavaScript library in my vue project. I tried adding it as a script in the main.js file but when I use the keyword libsignal in my components it raises an undefined error.

1

There are 1 answers

0
Murtaza Bharmal On

For vue project you can install libraries by npm.

For installing libsignal, refer libsignal package link.

Run this command in cmd in your project folder.

npm i libsignal

Hope this helps!