NMV 0.8.0 - Big refactor and linting fixes
This commit is contained in:
@@ -6,5 +6,8 @@ const buf = fs.readFileSync(fileName);
|
||||
LLMesh.from(buf).then((mesh: LLMesh) =>
|
||||
{
|
||||
console.log(mesh);
|
||||
}).catch((e: unknown) =>
|
||||
{
|
||||
console.error(e);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user