There are two part of jsstore -
JsStore can be installed from multiple sources -
npm -
- Latest - npm install jsstore
- Version - npm install jsstore@version
e.g - npm install jsstore@3.0.0
Cdn -
- Latest - https://cdn.jsdelivr.net/npm/jsstore/dist
e.g -
- jsstore - https://cdn.jsdelivr.net/npm/jsstore/dist/jsstore.min.js
- jsstore.worker - https://cdn.jsdelivr.net/npm/jsstore/dist/jsstore.worker.min.js
- Version - https://cdn.jsdelivr.net/npm/jsstore@version
e.g - - jsstore - https://cdn.jsdelivr.net/npm/jsstore@3.0.0/dist/jsstore.min.js
- jsstore.worker - https://cdn.jsdelivr.net/npm/jsstore@3.0.0/dist/jsstore.worker.min.js
Distribution file -
You can get the distribution file from jsstore release.