@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 +2 -2
- package/dist/index.js +2 -47
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1579 -1730
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -10
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
|
-
* 使用
|
|
98
|
-
* Three.js
|
|
97
|
+
* 使用 Canvas 2D 渲染的粒子海洋波浪效果。
|
|
98
|
+
* 轻量级实现,无需 Three.js 依赖。
|
|
99
99
|
*/
|
|
100
100
|
export declare const ParticleWave: default_2.FC<ParticleWaveProps>;
|
|
101
101
|
|