wufe / react-particles-js

Particles.js for React
https://rpj.bembi.dev/
MIT License
1.16k stars 106 forks source link

New type "images" to display multiple images #37

Closed wdavidw closed 6 years ago

wdavidw commented 6 years ago

This commit introduce a new type named "images" which accept an array of images. I've chosen to implement it with a style consistent with the "image" type. Additionnaly, the library now accept images where the "src" attributed to set to the base64 image data instead of the URL.

wdavidw commented 6 years ago

Please wait a little, I found an issue in the current pull request.

wdavidw commented 6 years ago

Closing, I'll split the commit in 2 with SVG provided as base64 first