ziko 0.0.11 → 0.0.12
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 +6 -3
- package/dist/ziko.cjs +977 -475
- package/dist/ziko.js +977 -475
- package/dist/ziko.min.js +2 -2
- package/dist/ziko.mjs +948 -476
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<img src="docs/assets/zikojs.png" width="200" align="right" alt="zikojs logo">
|
|
2
|
-
|
|
2
|
+
|
|
3
3
|
*💡 **Zikojs** a versatile JavaScript library offering a rich set of UI components, advanced mathematical utilities,Reactivity,animations,client side routing and graphics capabilities*
|
|
4
4
|
|
|
5
5
|
<br>
|
|
@@ -114,8 +114,11 @@ You can integrate it inside other frameworks/libraries like React , Vue , Svelte
|
|
|
114
114
|
|
|
115
115
|
|Addon|Purpose|Dependecy|Links|
|
|
116
116
|
|-|-|-|-|
|
|
117
|
-
|
|
|
118
|
-
|ziko-
|
|
117
|
+
|ziko-gl|-|`Three.js`|[NPM](https://www.npmjs.com/package/zikogl) [GITHUB](https://github.com/zakarialaoui10/zikogl/)|
|
|
118
|
+
|ziko-chart|-|`Chart.js`<br>`D3.js`|[NPM](https://www.npmjs.com/package/ziko-chart) [GITHUB](https://github.com/zakarialaoui10/ziko-chart/)|
|
|
119
|
+
|ziko-xls|-|`Xls.js`<br>`Hansontable.js`<br>|[NPM](https://www.npmjs.com/package/ziko-xls) [GITHUB](https://github.com/zakarialaoui10/ziko-xls/)|
|
|
120
|
+
|ziko-pdf|-|`jsPdf.js`<br>`Pdf.js`<br>|[NPM](https://www.npmjs.com/package/ziko-pdf) [GITHUB](https://github.com/zakarialaoui10/ziko-pdf/)|
|
|
121
|
+
|ziko-lottie|render Lottie file within zikojs app|`Lottie-web`|[NPM](https://www.npmjs.com/package/ziko-lottie) [GITHUB](https://github.com/zakarialaoui10/ziko-lottie/)|
|
|
119
122
|
### 🔰 The capability to function in both browser-based and Node.js environments
|
|
120
123
|
### 🔰 Methodes Extracting
|
|
121
124
|
|