1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
<!doctype html> <html lang="en"> <head> <title> Navmesh with Polyanya </title> </head> <script type="module"> import init from './lines.js' init() </script> <body style="margin: 0px; height: 100vh"> </body> </html>