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 +3 -1
- package/docs/index.md +3 -1
- package/index.js +4 -4
- package/package.json +24 -10
- package/CHANGELOG.md +0 -9
- package/CODE_OF_CONDUCT.md +0 -115
- package/CONTRIBUTING.md +0 -159
- package/FUNDING.yml +0 -16
- package/HISTORY.md +0 -35
- package/LICENSE.md +0 -21
- package/SECURITY.md +0 -3
- package/SUMMARY.md +0 -15
- package/dependabot.yml +0 -11
- package/docs/_config.yml +0 -1
- package/documents/empty +0 -0
package/README.md
CHANGED
|
@@ -14,6 +14,8 @@ LayerPro by Dario Passariello
|
|
|
14
14
|
[](https://npmjs.org/package/layerpro)
|
|
15
15
|
[](https://npmjs.org/package/layerpro)
|
|
16
16
|
|
|
17
|
+
[](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://
|
|
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
|
[](https://npmjs.org/package/layerpro)
|
|
15
15
|
[](https://npmjs.org/package/layerpro)
|
|
16
16
|
|
|
17
|
+
[](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://
|
|
60
|
+
<script src="https://cdn.jsdelivr.net/npm/layerpro"></script>
|
|
59
61
|
```
|
|
60
62
|
|
|
61
63
|
## How to use it
|