Open crempp opened 6 years ago
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.
The examples should build correctly.
The examples fail to build due to missing exports.
All required function and interfaces should be added to index.ts.
Too bad the project seems to be stale :-(
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
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.