matrix-org / olm

An implementation of the Double Ratchet cryptographic ratchet in C++/C
https://gitlab.matrix.org/matrix-org/olm
63 stars 9 forks source link

Provide olm.js via CDN #55

Open iamleek1337 opened 3 years ago

iamleek1337 commented 3 years ago

Hello everyone :blush: If I want to use matrix-js-sdk in the browser, I can get browser-matrix.min.js from various CDNs, https://www.jsdelivr.com/package/npm/matrix-js-sdk for example. However, for e2e support, I need to include olm.js and I couldn't find any CDN providing it.

uhoreg commented 1 year ago

Now that olm has been uploaded to npmjs.com, it looks like jsdelivr is providing it: https://www.jsdelivr.com/package/npm/@matrix-org/olm Though I don't know if it actually works from there.