threejs-hex-map
threejs-hex-map copied to clipboard
Examples do not work when using as an NPM module
Issue description
When using threejs-hex-map as an NPM module https://www.npmjs.com/package/threejs-hex-map there are exports missing which are required by the examples.
Steps to reproduce the issue
- Create a new project
- Install threejs-hex-map as an NPM module
- Copy the examples to the new project and build (I'm using Webpack and Babel)
What's the expected result?
The examples should build correctly.
What's the actual result?
The examples fail to build due to missing exports.
Additional details / screenshot
All required function and interfaces should be added to index.ts.
Too bad the project seems to be stale :-(