spinit-js 1.0.2 → 1.0.3

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  A lightweight, high-performance JavaScript library for 360-degree image rotation. Perfect for product displays and interactive image viewers.
4
4
 
5
+ [**Explore the Live Demo Showcase**](https://static.billgr17.click/spinit/)
6
+
7
+
8
+
5
9
  ## Features
6
10
 
7
11
  - **No Dependencies**: No external libraries required.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spinit-js",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "A lightweight, high-performance JavaScript library for 360-degree image rotation.",
5
5
  "main": "src/index.js",
6
6
  "type": "module",