- FocusEvent and UIEvent events
- Beaking change - removes first argument in fire and load, so you now only need to pass event-type i.e. click to the method.
- Adds CustomEvent, everything not found in other events will be fired as a custom event
- Adds an index value as secondary argument to path and tick in spray method
- Enable custom events
- Execute Native TouchEvent, KeyboardEvent and MouseEvent if possible
- Adds floor option to position and center
- Fixes Firefox touch event method
- Exports keyCode method
- Initial deploy