CreateJS / TweenJS

A simple but powerful tweening / animation library for Javascript. Part of the CreateJS suite of libraries.
http://createjs.com/
MIT License
3.56k stars 967 forks source link

Provide NPM package #75

Closed tjunnone closed 7 years ago

tjunnone commented 9 years ago

It would be very convenient if TweenJS was available in the npm registry. I believe an increasingly common workflow is to manage both frontend and backend dependencies with npm, and use something like Browserify or Webpack to bundle your vendor dependencies for the frontend.

Of the many frontend packages I routinely work with, TweenJS is in fact the last one I'm left pulling with Bower. If a npm package was available, I could finally ditch Bower completely.

CasualBot commented 8 years ago

+1

curtislinden commented 8 years ago

+1 It would be great if the npm package would include CSSPlugin in the complete source. I can get most of TweenJS working with webpack but getting it to also include and import CSSPlugin as well is beyond my ability to do in a timely fashion at the moment.

crazyyi commented 7 years ago

Still not available as NPM package? It's coming to 2017.

lannymcnie commented 7 years ago

We have started an ES6 branch internally, which we hope to make public in the new year, and plan to support NPM, as well as RequireJS, etc.

alextappin commented 7 years ago

Would love to see this as an npm package soon. Any update/timeline?

limichange commented 7 years ago

Try it. https://github.com/yuki-torii/yuki-createjs

lannymcnie commented 7 years ago

We have pushed npm support for the latest tagged version.

CaptainN commented 6 years ago

How can I use this from npm? Has this been pushed to npm's directory?