You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,20 +120,20 @@ Alternatively, it's possible to use UMD builds which can be loaded from public C
120
120
121
121
However, **we strongly advise** that you host the JavaScript bundles on your infrastructure since there is no guarantee that the public CDN service has satisfactory uptime and availability throughout the world.
122
122
123
-
For example, it's possible to use UMD builds from [the `dist` folder on Unpkg CDN](https://unpkg.com/@microblink/blinkcard-in-browser-sdk/dist/). The UMD builds make `BlinkCardSDK` available as a `window.BlinkCardSDK` global variable:
123
+
For example, it's possible to use UMD builds from [the `dist` folder on the jsDelivr CDN](https://cdn.jsdelivr.net/npm/@microblink/blinkcard-in-browser-sdk/dist/). The UMD builds make `BlinkCardSDK` available as a `window.BlinkCardSDK` global variable:
124
124
125
125
```html
126
126
<!-- IMPORTANT: change "X.Y.Z" to the version number you wish to use! -->
Finally, it's possible to use ES builds, which can be downloaded from [the `es` folder on unpkg](https://unpkg.com/@microblink/blinkcard-in-browser-sdk/es/). ES modules are used in a similar manner as NPM package:
130
+
Finally, it's possible to use ES builds, which can be downloaded from [the `es` folder on jsDelivr](https://cdn.jsdelivr.net/npm/@microblink/blinkcard-in-browser-sdk/es/). ES modules are used in a similar manner as NPM package:
131
131
132
132
```javascript
133
133
import*asBlinkCardSDKfrom"./es/blinkcard-sdk.js";
134
134
```
135
135
136
-
**Important:**Unpkg CDN is used here due to simplicity of usage. It's not intended to be used in production!
136
+
**Important:**the jsDelivr CDN is used here due to simplicity of usage. It's not intended to be used in production!
137
137
138
138
#### WASM Resources
139
139
@@ -708,13 +708,13 @@ Requirements:
708
708
709
709
Minimal browser versions with support for all features required by BlinkCard.
710
710
711
-
|Chrome|Safari|Edge|Firefox|Opera|iOS Safari|Android Browser|Opera Mobile|Chrome for Android|Firefox for Android|
0 commit comments