3d-effect-cinema 0.1.0 → 0.1.1

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 +13 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,6 +9,19 @@
9
9
 
10
10
  ---
11
11
 
12
+ ## 📸 Preview
13
+
14
+ *(Incluye una animación GIF o captura de pantalla de la experiencia 3D)*
15
+
16
+ ```
17
+ +-----------------------------------------------------------------------+
18
+ | 🌟 CINEMULTIPLEX 3D - Animated Entrance & Particle System |
19
+ | [ Gold Material ] [ Neon Material ] [ Obsidian ] [ Glass Material ] |
20
+ +-----------------------------------------------------------------------+
21
+ ```
22
+
23
+ ---
24
+
12
25
  ## ✨ Features
13
26
 
14
27
  - 🌟 **Cinematic 3D Typography**: Animated 3D extruded text with smooth entry & spring physics.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "3d-effect-cinema",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",