@xdy-npm/react-particle-backgrounds 1.0.3 → 1.1.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/dist/index.d.ts CHANGED
@@ -94,8 +94,8 @@ export declare interface ParticleTheme {
94
94
  export declare const particleThemes: ParticleTheme[];
95
95
 
96
96
  /**
97
- * 使用 Three.js 渲染的 3D 粒子海洋波浪。
98
- * Three.js 以动态方式加载 — 如果未安装,此组件不会渲染任何内容。
97
+ * 使用 Canvas 2D 渲染的粒子海洋波浪效果。
98
+ * 轻量级实现,无需 Three.js 依赖。
99
99
  */
100
100
  export declare const ParticleWave: default_2.FC<ParticleWaveProps>;
101
101