frame-scheduling
Advanced tools
Comparing version 0.3.1 to 0.3.2
{ | ||
"name": "frame-scheduling", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Asynchronous start of functions in JS. Supports priority and interrupt execution every 16 milliseconds, to achieve 60fps.", | ||
@@ -5,0 +5,0 @@ "main": "lib/frameScheduling.js", |
@@ -9,4 +9,14 @@ # Frame Scheduling | ||
Asynchronous running tasks in JavaScript. Supports priority and interrupt execution every 16 milliseconds, to achieve 60fps. | ||
Asynchronous running tasks in JavaScript based on requestAnimationFrame. Supports priority and interrupt execution every 16 milliseconds, to achieve 60fps. | ||
## Installation | ||
```bash | ||
# yarn | ||
yarn add frame-scheduling | ||
# npm | ||
npm install --save frame-scheduling | ||
``` | ||
## Example | ||
@@ -13,0 +23,0 @@ ### Priority |
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
10004
56