UNPKG

threepipe

Version:

A 3D viewer framework built on top of three.js in TypeScript with a focus on quality rendering, modularity and extensibility.

6 lines 175 B
export class SimpleTextExporter { async parseAsync(obj, _) { return new Blob([obj], { type: 'text/plain' }); } } //# sourceMappingURL=SimpleTextExporter.js.map