index.html 345 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
<!DOCTYPE html>
<html>
  <head>
    <title>plist.js browser example</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <script src="../../dist/plist.js"></script>
    <script>
      // TODO: add <input type=file> drag and drop example
      console.log(plist);
    </script>
  </body>
</html>