When converting a glTF file
- check the size of the glTF file to warn if it looks like it wont fit in a 1GB string (where it would crash Node)
- check if it has external buffers (where it would break loaders.gl, which does not resolve relative paths to buffers correctly in some cases)