kute.js/src/core/getAll.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
73 B
JavaScript

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