es6-tween
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "es6-tween", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "ES6 implementation of amazing tween.js", | ||
@@ -5,0 +5,0 @@ "main": "dist/Tween.js", |
@@ -69,3 +69,3 @@ # es6-tween | ||
```javascript | ||
import * as TWEEN from './node_modules/es6-tween/src/Tween'; | ||
import TWEEN, { Easing, Interpolation, Tween } from 'es6-tween'; | ||
``` | ||
@@ -98,3 +98,3 @@ | ||
#### Use `Webpack + Babel Transpiler` | ||
#### Use `Rollup + Buble Transpiler` | ||
@@ -185,3 +185,3 @@ ```bash | ||
* @michaelvillar for physics easing | ||
* Webpack, Babel, Travis CI, semantic-release and others (make issue, if i'm missed you) with their teams, devs and supporters | ||
* Rollup, Buble, Travis CI, semantic-release and others (make issue, if i'm missed you) with their teams, devs and supporters | ||
@@ -188,0 +188,0 @@ ## Projects using tween.js |
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
364486