tentone / geo-three

Tile based geographic world map visualization library for threejs
https://tentone.github.io/geo-three/docs/
MIT License
651 stars 105 forks source link

Usage with Normal JS Project #44

Closed ns-pyadav closed 1 year ago

ns-pyadav commented 1 year ago

How do I integrate geo-three with a normal JS Project without NPM

tentone commented 1 year ago

Hello

You can import the build/geo-three.js file directly into an HTML page.

You should also include three.js in that same page.

Check the example file /index.html that is using this method.

ns-pyadav commented 1 year ago

Hi tentone, Thanks for the help !