Skip to content

v1.2.3 Remove default export due to issues

Latest
Compare
Choose a tag to compare
@cdleveille cdleveille released this 27 Sep 02:06

Full Changelog: 1.2.2...1.2.3

NOTE: Starting with this release, please use the named export GamepadHelper instead of the default export!

import { GamepadHelper } from "gamepad-helper";

See README for usage examples.