Displays a base image and an "x-ray" view of a second image where the mouse is pointing
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <!DOCTYPE html>
- <html lang="en">
-
- <head>
- <meta charset="utf-8">
- <title>X-ray Viewer</title>
- <link rel="stylesheet" href="xray.css">
- <script src="xray.js"></script>
- <meta name="theme-color" content="#000000" />
- <meta name="description" content="rip Flash lol" />
- <meta property="og:title" content="X-ray Viewer" />
- <meta property="og:description" content="rip Flash lol" />
- </head>
-
- <body>
- <canvas id="overlay"></canvas>
- <canvas id="base"></canvas>
- <img id="overlay-img" src="overlay.png">
- <img id="base-img" src="base.png">
- </body>
|