A powerful but concise Event Emitter implementation which is about 409B(Minified and Gzipped) follows the same interface and semantics of Node.js Event Emitter with some extra features such as async notification, custom schedulers, fluent interface, regex based event matching and universal handlers
npm install conciseee
<script src="https://unpkg.com/conciseee"></script>
<script src="https://unpkg.com/conciseee/dist/ee.min.js.gz"><script/>