Advertisement
oliverthered

Tabular layout scanner.html

Nov 16th, 2020
530
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.41 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4. <head>
  5.  
  6. </head>
  7.  
  8. <body onload="">
  9.  
  10.     <script type="text/javascript" src="imagemanip.js"></script>
  11.     <img id="myimage" width="300" HEIGHT="300" src="2020-07-02 (12).png" onclick="processor.doLoad()"/>
  12.     <div>
  13.         <canvas id="canvas1" width="3000" height="3000"></canvas>
  14.         <canvas id="canvas2" width="3000" height="3000"></canvas>
  15.     </div>
  16.  
  17. </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement