- <!DOCTYPE html>
- <html>
- <head>
- <title>The First Website that support BNG natively Pog</title>
- </head>
- <body>
- <h1>Unprocessed:</h1>
- <p>The image before converting the BNG's pixel format into RGBA.</p>
- <canvas id="bng-unprocessed"></canvas>
- <h1>Processed:</h1>
- <p>The image after converting the BNG's pixel format into RGBA.</p>
- <canvas id="bng-processed"></canvas>
- <script src='./bng.js'></script>
- </body>
- </html>
|