2.0.0 • Published 1 year ago

@takingdoms/lib-3do v2.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Example:

const fs = require('fs');
const { Parse3do } = require('@takingdoms/lib-3do');

const data = fs.readFileSync('path/to/object-file.3do');
const view = new DataView(data.buffer);
const result = Parse3do.fromBuffer(view);

console.log(result);

Also yes 2.0.0 is the first usable version of the package.

2.0.0

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago