18 lines
454 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
<title></title>
</head>
<body>
<script src="../deps/three/build/three.min.js"></script>
<script type="module">
import ThreeGeo from '../../dist/three-geo.esm.js';
console.log('ThreeGeo:', ThreeGeo);
const tgeo = new ThreeGeo({tokenMapbox: 'foo'});
console.log('tgeo:', tgeo);
</script>
</body>
</html>