drawcall / Proton

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

Add export #54

Closed GautheyValentin closed 6 years ago

GautheyValentin commented 6 years ago

Hi,

I think it's a good idea for extends BaseRenderer when we want create a new renderer.

Just add import & export with new build (min and normal)

drawcall commented 6 years ago

Good idea, Extended renderer can also inherit from CustomRenderer

GautheyValentin commented 6 years ago

Ok, maybe it's better to extends CustomRenderer Thanks

i close