/SMM.js

simple library for canvas

Primary LanguageJavaScript

SMM.js

Why do we use modules?

Modules allow us manage our code better, which make it is possible to reuse in the future. With modules we can use same name as an object literal that store any variables and functions you want. What the benefit is there is no conflit between two modules share the same name

Why did you name your module as you did?

SMM is come from my Chinese name Sheng MinMing. That's it.

Is there anything that you do not quite understand about modules?

Basic on my understanding, under the uood, every time create module, is to create a literal object essentially.

Name a few classes that we have been using that you think are really helpful?

careatejs.Shape; careatejs.Container; createjs.Ticker; etc.