tweenjs / es6-tween

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

Publish to npm using a transpiler #2

Closed sole closed 7 years ago

sole commented 9 years ago

6to5 sounds like the most serious candidate.

sole commented 9 years ago

Since io.js happened, it seems that it's more than possible we might get es6 support in node before we expected. (Also in browsers it's coming up)

Transpilers add a new layer of complexity and I'm starting to dislike them. I was thinking that maybe we shouldn't even bother with them, and write the library entirely in es2015, neé es6.

dalisoft commented 7 years ago

Using babel also nice way and already implemented. Even who doesnt know about ES6 can use via Unpkg