scroll-to-future 1.0.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/LICENCE +5 -0
- package/README.md +970 -0
- package/dist/index.css +78 -0
- package/dist/index.css.map +1 -0
- package/dist/index.d.mts +63 -0
- package/dist/index.d.ts +63 -0
- package/dist/index.js +1796 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +1770 -0
- package/dist/index.mjs.map +1 -0
- package/package.json +53 -0
package/LICENCE
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
Copyright (c) 2026 Denis Ukhan
|
|
2
|
+
|
|
3
|
+
Permission is hereby granted to use, copy, modify, and/or distribute this software for any purpose—whether for a fee or free of charge—provided that the above copyright notice and this permission notice are included in all copies.
|
|
4
|
+
|
|
5
|
+
The software is provided "as is".
|