Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "canvas-app", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "sets up a retina-scaled canvas with render loop", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -74,2 +74,3 @@ # canvas-app | ||
- `onRender` a function called on render with arguments `context, width, height, deltaTime` (can instead be passed as first argument to the constructor) | ||
- `resizeDebounce` if we are using built-in resize handlers, they will be debounced by 50 ms unless you specify a value explicitly here | ||
@@ -76,0 +77,0 @@ ### methods |
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
11650
96