You can access the plugins here, in the plugins folder.
Subsections
01 A Word on Plugins
02 How to Use Plugins
Aside from the main library, there are several plugins that you may use with enchant.js. These plugins provide additional functionality, such as access to graphics library of WebGL or the physics engine of box2d.
In order to use any of the plugins compatible with enchant.js, you need to include these lines between script tags in the html file you’re using to load your enchant.js project:
script type = “text/javascript” src=”enchant.js”
script type = “text/javascript” src=”nineleap.enchant.js”
script type = “text/javascript” src=”twitter.enchant.js”
superclass is not defined
If you’ve already set up your HTML file as described in the previous subsection, all you need to do in order to use one is include a plugin using the script tags. This example assumes that your plugins are in some folder named plugins that’s in the same directory as your HTML file:
script type=”text/javascript” src=”plugins/SOME_PLUGIN.js”