iconora 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/LICENSE +30 -0
- package/README.md +1475 -0
- package/dist/index.cjs +66437 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +4293 -0
- package/dist/index.d.ts +4293 -0
- package/dist/index.js +64294 -0
- package/dist/index.js.map +1 -0
- package/package.json +63 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Ansh Pal
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to use,
|
|
7
|
+
copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
8
|
+
the Software, and to permit persons to whom the Software is furnished to do
|
|
9
|
+
so, subject to the following conditions:
|
|
10
|
+
|
|
11
|
+
The Software may be used in personal projects, commercial projects,
|
|
12
|
+
applications, websites, educational projects, examples, and other works.
|
|
13
|
+
|
|
14
|
+
You may modify the Software and redistribute original or modified versions,
|
|
15
|
+
provided that the copyright notice and this permission notice are retained
|
|
16
|
+
in copies or substantial portions of the Software.
|
|
17
|
+
|
|
18
|
+
This license grants permission to use, modify, and redistribute the Software.
|
|
19
|
+
It does not transfer ownership, copyright, trademark rights, or other
|
|
20
|
+
intellectual property rights in the original Iconora project or its original
|
|
21
|
+
assets to you. The original work remains the property of its respective
|
|
22
|
+
copyright holder.
|
|
23
|
+
|
|
24
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
25
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
26
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
27
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
28
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
29
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
30
|
+
SOFTWARE.
|