bng.html 452 B

123456789101112131415
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>The First Website that support BNG natively Pog</title>
  5. </head>
  6. <body>
  7. <h1>Unprocessed:</h1>
  8. <p>The image before converting the BNG's pixel format into RGBA.</p>
  9. <canvas id="bng-unprocessed"></canvas>
  10. <h1>Processed:</h1>
  11. <p>The image after converting the BNG's pixel format into RGBA.</p>
  12. <canvas id="bng-processed"></canvas>
  13. <script src='./bng.js'></script>
  14. </body>
  15. </html>