Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

art-events

art-suite398ISC2.0.0

Epoched event system

readme

Art.Events

Event management.

Used by art-engine and others in the art-suite

TODO

Um. The EventedMixin should mix in EventManager! Right now, every evented object that has event handlers creates an extra, EventManager object. Minimizing objects is critical to JavaScript performance. I don't think there's even a good reason why not to mix in EventManger directly.