Willi K.

Results 3 issues of Willi K.

Using gltfjx sometimes breaks some objects positions. Probably related to https://github.com/pmndrs/gltfjsx/issues/76 and https://github.com/pmndrs/gltfjsx/issues/62 Minimal repo: https://codesandbox.io/s/quizzical-kapitsa-ugjgg You can see the top canvas renders the JSX file, while the bottom canvas...

This is more of a request than an issue, but could you add support for multiple sheets when going from json to xls? Basically I would like to be able...

I added a function called `jsonSheets2excel`, which can take json and convert it to xls while having the option to supply multiple sheets. Example usage: ``` import { jsonSheets2excel }...