#MagicTouch.js by Boris Smus
Standards-compatible touch event implementation to make it easier to develop web applications for for multitouch devices.
##Installation
- Install npTuioClient NPAPI plugin:
 
- Copy npTuioClient.plugin to ~/Library/Internet Plug-Ins/
 - Note that on Mac OS X 10.8 and up, you will require version 1.5b1-osx
 
- Install TongSeng
 
- Run TongSeng.app and press the Start button
 
- Include MagicTouch.js and embed the npTuioClient plugin in your application:
 
<head>
  <!-- your head -->
  <script src=”/path/to/magictouch.js"</script>
</head>
<body>
  <!-- your body -->
  <object id="tuio" type="application/x-tuio" style="width: 0px; height: 0px;">
    Touch input plugin failed to load!
  </object>
</body>- Use 
touch eventAPIs 
##Browser Compatibility
Tested on Chrome 10