File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ async function initPlugins(engine: Engine): Promise<void> {
102102 await engine . register ( async e => {
103103 const { loadEmittersPlugin } = await import ( "@tsparticles/plugin-emitters" ) ,
104104 { loadMotionPlugin } = await import ( "@tsparticles/plugin-motion" ) ,
105- { loadCardsShape } = await import ( "@tsparticles/shape-cards" ) ,
105+ { loadCardSuitsShape } = await import ( "@tsparticles/shape-cards" ) ,
106106 { loadHeartShape } = await import ( "@tsparticles/shape-heart" ) ,
107107 { loadImageShape } = await import ( "@tsparticles/shape-image" ) ,
108108 { loadPolygonShape } = await import ( "@tsparticles/shape-polygon" ) ,
@@ -118,7 +118,7 @@ async function initPlugins(engine: Engine): Promise<void> {
118118
119119 await loadEmittersPlugin ( e ) ;
120120 await loadMotionPlugin ( e ) ;
121- await loadCardsShape ( e ) ;
121+ await loadCardSuitsShape ( e ) ;
122122 await loadHeartShape ( e ) ;
123123 await loadImageShape ( e ) ;
124124 await loadPolygonShape ( e ) ;
You can’t perform that action at this time.
0 commit comments