This repository has been archived on 2021-08-26. You can view files and clone it, but cannot push or open issues or pull requests.
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Canvas Receiver</title>
|
|
<script defer type="module" src="dist/app.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="canvas"></div>
|
|
</body>
|
|
|
|
<style>
|
|
#canvas {
|
|
width: 500px;
|
|
height: 500px;
|
|
border: 1px solid black;
|
|
}
|
|
</style>
|
|
</html> |