drawcall / Proton

Javascript particle animation library
https://drawcall.github.io/Proton/
MIT License
2.42k stars 275 forks source link

How to use Proton in Vue.js #66

Closed CactusStar closed 5 years ago

CactusStar commented 5 years ago

How to use Proton in Vue.js, which file need to config

drawcall commented 5 years ago

About proton is used in vue. You can refer to this example https://codesandbox.io/s/proton-collision-ball-9mql1?fontsize=14&module=%2Fsrc%2Fcomponents%2FParticles.vue

CactusStar commented 5 years ago

Thanks! It really helps!