GrimoireGL / GrimoireJS

A WebGL framework for Web development.
https://grimoire.gl
MIT License
350 stars 24 forks source link

Remove dependency of NodeJS.EventEmitter #507

Closed kyasbal closed 7 years ago

kyasbal commented 7 years ago

All plugin developer must configure correctly for tsc compiler able to read declaration of NodeJS.EventEmitter. This should be avoided by using another event emitter packages.

Candidates

https://github.com/Olical/EventEmitter https://github.com/primus/eventemitter3