kute.js/src/core/add.js
thednp 933d61de19 Changes:
* added ESLint and updated all code base 
* updated SVGPathCommander, CubicBezier, shorter-js, minifill
* updated polyfills
* minor CSS fixes
2021-03-30 09:23:29 +00:00

4 lines
84 B
JavaScript

import Tweens from '../objects/tweens.js';
export default (tw) => Tweens.push(tw);