layerpro 0.9.87 → 0.9.90

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.
package/README.md CHANGED
@@ -14,6 +14,8 @@ LayerPro by Dario Passariello
14
14
  [![version](https://img.shields.io/npm/v/layerpro.svg)](https://npmjs.org/package/layerpro)
15
15
  [![downloads](https://img.shields.io/npm/dm/layerpro.svg)](https://npmjs.org/package/layerpro)
16
16
 
17
+ [![GitBook](https://img.shields.io/static/v1?message=Documented%20on%20GitBook&logo=gitbook&logoColor=ffffff&label=%20&labelColor=5c5c5c&color=3F89A1)](https://a51.gitbook.io/layerpro)
18
+
17
19
  ## About
18
20
 
19
21
  LayerPro offers a completely new way to customize web popups in your application. With LayerPro, you can create custom alerts, prompts, confirmations, and messages, effectively replacing the default browser popups.
@@ -55,7 +57,7 @@ require("layerpro");
55
57
  ## Install for ejs or other type of projects (like html)
56
58
 
57
59
  ```html
58
- <script src="https://unpkg.com/layerpro@latest/index.js"></script>
60
+ <script src="https://cdn.jsdelivr.net/npm/layerpro"></script>
59
61
  ```
60
62
 
61
63
  ## How to use it
package/docs/index.md CHANGED
@@ -14,6 +14,8 @@ LayerPro by Dario Passariello
14
14
  [![version](https://img.shields.io/npm/v/layerpro.svg)](https://npmjs.org/package/layerpro)
15
15
  [![downloads](https://img.shields.io/npm/dm/layerpro.svg)](https://npmjs.org/package/layerpro)
16
16
 
17
+ [![GitBook](https://img.shields.io/static/v1?message=Documented%20on%20GitBook&logo=gitbook&logoColor=ffffff&label=%20&labelColor=5c5c5c&color=3F89A1)](https://a51.gitbook.io/layerpro)
18
+
17
19
  ## About
18
20
 
19
21
  LayerPro offers a completely new way to customize web popups in your application. With LayerPro, you can create custom alerts, prompts, confirmations, and messages, effectively replacing the default browser popups.
@@ -55,7 +57,7 @@ require("layerpro");
55
57
  ## Install for ejs or other type of projects (like html)
56
58
 
57
59
  ```html
58
- <script src="https://unpkg.com/layerpro@latest/index.js"></script>
60
+ <script src="https://cdn.jsdelivr.net/npm/layerpro"></script>
59
61
  ```
60
62
 
61
63
  ## How to use it