<!doctype html>
<html lang="en">
<head>
<title>
Navmesh with Polyanya
</title>
<style>
.disable-select {
user-select: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
</style>
</head>
<script type="module">
import init from './moving.js'
init()
</script>
<body style="margin: 0px; height: 100vh" class="disable-select">
</body>
</html>