touchcontroller
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "touchcontroller", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Touch and mouse controller for web apps and games", | ||
@@ -5,0 +5,0 @@ "main": "./dist/touchcontroller.js", |
import TouchController from './TouchController'; | ||
import listeners from './listeners'; | ||
import Vector2 from './Vector2'; | ||
export { | ||
TouchController, | ||
listeners | ||
listeners, | ||
Vector2 | ||
}; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
77752
1072