@shapediver/sdk.sdtf-v1
Version:
Official sdTF SDK for TypeScript
13 lines • 621 B
TypeScript
import { ISdtfIntegration, ISdtfWriteableAsset, ISdtfWriteableComponentFactory } from '@shapediver/sdk.sdtf-core';
import { ISdtfConstructor } from './ISdtfConstructor';
import { ISdtfWriter } from './ISdtfWriter';
export declare class SdtfConstructor implements ISdtfConstructor {
private readonly binarySdtf;
private readonly factory;
private readonly postProcessor;
constructor(integration: ISdtfIntegration[]);
createBinarySdtf(asset: ISdtfWriteableAsset): ArrayBuffer;
getFactory(): ISdtfWriteableComponentFactory;
getWriter(): ISdtfWriter;
}
//# sourceMappingURL=SdtfConstructor.d.ts.map