How to do with type: 'image' it's not loading on screen where as type:'circle' works #132
Replies: 2 comments 1 reply
-
I have a similar problem I have tsparticles/react up and running well, but I am trying to put in images instead of the built in shapes and I can't seem to get it to work. To the initialization but can't seem to get it to work. This older version demo seems to work Thanks for any help. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
shape: { // type: 'circle', type: 'image', image: [ { src: 'https://www.kasandbox.org/programming-images/avatars/leaf-blue.png', width: 100, height: 100, replaceColor: false, }, ], },
Beta Was this translation helpful? Give feedback.
All reactions