UNPKG

@shapediver/sdk.sdtf-v1

Version:
8 lines 369 B
import { ISdtfWriteableAsset, ISdtfWriteableComponentFactory } from '@shapediver/sdk.sdtf-core'; import { ISdtfWriter } from './ISdtfWriter'; export interface ISdtfConstructor { createBinarySdtf(asset: ISdtfWriteableAsset): ArrayBuffer; getFactory(): ISdtfWriteableComponentFactory; getWriter(): ISdtfWriter; } //# sourceMappingURL=ISdtfConstructor.d.ts.map