tweenjs / es6-tween

ES6 version of tween.js
MIT License
186 stars 34 forks source link

The ES6 import was not working properly or not working at all #22

Closed dalisoft closed 7 years ago

ivanherczeg commented 7 years ago

import * as TWEEN from 'es6-tween';

dalisoft commented 7 years ago

Thanks. Can you confirm that works this method? Also you have the idea how make import like { Tween, Easing }?

dalisoft commented 7 years ago

For me on Rollup+Buble on other app it not works as excepted

dalisoft commented 7 years ago

v2.2.6 fixed this issue