render: cropper & download image

This commit is contained in:
muerwre 2018-11-28 17:57:56 +07:00
parent 857a2a0c12
commit 34d1b85513
14 changed files with 308 additions and 40 deletions

View file

@ -26,9 +26,16 @@
padding: 0;
margin: 0;
}
canvas#renderer {
position: fixed;
left: 0;
top: 0;
}
</style>
</head>
<body>
<canvas id="renderer"></canvas>
<section id="map" style="position: absolute; width: 100%; height: 100%;"></section>
<section id="loader"></section>
<section id="index"></section>