layerpro 2.0.4 → 2.1.0
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/FUNDING.yml +12 -0
- package/README.md +5 -4
- package/index.cjs +32 -26
- package/index.css +1 -1
- package/index.js +28 -26
- package/package.json +3 -2
package/FUNDING.yml
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# These are supported funding model platforms
|
|
2
|
+
|
|
3
|
+
github: passariello
|
|
4
|
+
patreon: passariello
|
|
5
|
+
ko_fi: passariello
|
|
6
|
+
liberapay: passariello
|
|
7
|
+
issuehunt: passariello
|
|
8
|
+
custom:
|
|
9
|
+
[
|
|
10
|
+
"https://dario.passariello.ca",
|
|
11
|
+
"https://www.indiegogo.com/individuals/28513718",
|
|
12
|
+
]
|
package/README.md
CHANGED
|
@@ -208,9 +208,10 @@ We take security seriously. Every release is audited:
|
|
|
208
208
|
|
|
209
209
|
---
|
|
210
210
|
|
|
211
|
-
Dario Passariello - <dariopassariello@gmail.com>
|
|
212
|
-
All rights reserved - Copyright (c) 2019 - 2026
|
|
213
|
-
|
|
214
211
|
## License
|
|
215
212
|
|
|
216
|
-
MIT
|
|
213
|
+
MIT License
|
|
214
|
+
|
|
215
|
+
## Credits
|
|
216
|
+
|
|
217
|
+
Copyrigth (c) [Dario Passariello](https://dario.passariello.ca/)
|