vue-particles
vue-particles copied to clipboard
Vue.js component for particles backgrounds ✨
Object.deepExtend = (function f(destination, source){ for (var property in source) { if (source[property] && source[property].constructor && source[property].constructor === Object) { destination[property] = destination[property] || {}; f(destination[property], source[property]); } else {...
Thanks for this vue plugin. It's helpful, but can you fix memory (and performance) leaks? When it's used in landing page everything is good, but if there's a router... 
I wish to modify particle direction which is in move.direction any help will be appreciated...
Hello,i find that you did not actually distroy particles when component vue-particles was destroyed. So, it may cause Memory Leak, does it ?
added moveDirection props (none, top, top-right, right, bottom-right, bottom, bottom-left, left, top-left)