UNPKG

zphy

Version:

Physics Zimjs

21 lines (16 loc) 753 B
<!doctype html> <html> <head> <meta charset="utf-8" /> <title>ZIM JavaScript Canvas Library</title> <!-- Welcome to ZIM at http://zimjs.com - JavaScript Canvas Framework - Code Creativity! --> <!-- ZIM adds many conveniences, components and controls to CreateJS http://createjs.com --> <!-- Founded by Inventor Dan Zen - http://danzen.com - Canadian New Media Award Winner --> <!-- ZIM is free to use. You can donate to help improve ZIM at http://zimjs.com/donate --> <script src="bundle.js"></script> <!-- bundle code.js with Browserfy for instance --> <meta name="viewport" content="width=device-width, user-scalable=no" /> </head> <body> <!-- canvas with id="myCanvas" is made by ZIM Frame --> </body> </html>