zwip
Version:
Utility for creating JS animations on top of W3C [requestAnimationFrame](https://developer.mozilla.org/en-US/docs/Web/API/window/requestAnimationFrame) function.
21 lines (20 loc) • 492 B
JSON
{
"name": "zwip",
"version": "1.2.3",
"main": "src/index.js",
"repository": "https://github.com/Gastonite/zwip",
"author": "Clément Pasquier <clement@n00sphere.net>",
"license": "GPL-3.0",
"keywords": [
"animation",
"requestAnimationFrame",
"request-animation-frame",
"js"
],
"dependencies": {
"klak": "^1.0.2",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-3": "^6.24.1"
}
}