gs-events
事件分发器(同步)
事件分发器(同步)
Simple event system for object with syntax sugar.
It allows you to create custom particle effects
a micro event bus (not only) for react ``` shell npm install @disflyer/event-bus yarn add @disflyer/event-bus ``` ``` javascript eventBus.on('your-event-name', () => { // some callback code }) // or eventBus.once('your-event-name', () => { // some callbac
Basic event emmiter with type checking.
It allows you to create custom particle effects with mouse interactions.
A simple hub that your react components can use to listen for events triggered by other components (using the hooks api)
Documentation: https://emmiter.vietdev.tk
events emitter
A tiny library to create a event listener and emmiter to be used in all *@skarllet* aplications.