CreateJS / EaselJS

The Easel Javascript library provides a full, hierarchical display list, a core interaction model, and helper classes to make working with the HTML5 Canvas element much easier.
http://createjs.com/
MIT License
8.11k stars 1.97k forks source link

How to use in React with npm ? #1047

Closed pxim closed 4 years ago

pxim commented 4 years ago

TODO

Issue Details

I want to use createjs in React with npm. But i don't know how to do . Is there a example ?

danzen commented 4 years ago

I've bumped into a few people using CreateJS within React. I have some messages out...

pxim commented 4 years ago

I have solved the problem. Use my npm https://www.npmjs.com/package/createjs-libs npm i createjs-libs

danzen commented 4 years ago

Great - cheers. I wonder if what you did was similar to what we did a while back - https://www.npmjs.com/package/@danzen/createjs - I will check yours out at some point, and you are welcome to try mine to see if it works too!

pxim commented 4 years ago

Great - cheers. I wonder if what you did was similar to what we did a while back - https://www.npmjs.com/package/@danzen/createjs - I will check yours out at some point, and you are welcome to try mine to see if it works too!

OK, I'll try. Thank you.