paymob-pixel-alpha 1.0.7 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. package/README.md +9 -1
  2. package/main.js +2110 -2075
  3. package/package.json +1 -1
  4. package/styles.css +32 -9
package/README.md CHANGED
@@ -19,7 +19,15 @@ import { Pixel } from 'paymob-pixel-alpha';
19
19
 
20
20
  ### CDN
21
21
 
22
- Using unpkg CDN:
22
+ Using jsDelivr:
23
+
24
+ ```html
25
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/paymob-pixel-alpha@latest/styles.css">
26
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/paymob-pixel-alpha@latest/main.css">
27
+ <script src="https://cdn.jsdelivr.net/npm/paymob-pixel-alpha@latest/main.js" type="module"></script>
28
+ ```
29
+
30
+ Using unpkg:
23
31
 
24
32
  ```html
25
33
  <link rel="stylesheet" href="https://unpkg.com/paymob-pixel-alpha/styles.css">