cybercore-css 0.2.4 → 0.2.5

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 +6 -23
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -28,7 +28,7 @@ City_
28
28
  npm install cybercore-css
29
29
  ```
30
30
 
31
- ### CDN (Coming Soon)
31
+ ### CDN
32
32
 
33
33
  ```html
34
34
  <link
@@ -72,32 +72,15 @@ npm install cybercore-css
72
72
 
73
73
  ### Glitch Effect
74
74
 
75
- ![Glitch Effect](dist/img.png) _Glitch text effect with chromatic aberration and
76
- animated distortion_
75
+ ![Glitch Effect](assets/img.png)
77
76
 
78
- ### Neon Border
79
-
80
- ![Neon Border](dist/img_1.png) _Animated neon glow border effect with pulsing
81
- illumination_
82
-
83
- ### Scanlines
84
-
85
- ![Scanlines](dist/img_2.png) _CRT display effect with retro scanline overlay_
77
+ _Glitch text effect with chromatic aberration and animated distortion_
86
78
 
87
- ### Datastream
88
-
89
- ![Datastream](dist/img_3.png) _Animated data transfer effect with flowing light
90
- streams_
91
-
92
- ### Combining Effects
93
-
94
- ![Combining Effects](dist/img_4.png) _Multiple effects combined for maximum
95
- cyberpunk impact_
79
+ ### Neon Border
96
80
 
97
- ### Accessibility
81
+ ![Neon Border](assets/img_1.png)
98
82
 
99
- ![Accessibility](dist/img_5.png) _Reduced motion support respecting user
100
- preferences_
83
+ _Animated neon glow border effect with pulsing illumination_
101
84
 
102
85
  </div>
103
86
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cybercore-css",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "type": "module",
5
5
  "description": "A pure CSS cyberpunk design system inspired by Cyberpunk 2077. Zero JavaScript, framework-agnostic, 2026+ optimized.",
6
6
  "main": "dist/cybercore.css",