@shapediver/sdk.sdtf-v1
Version:
Official sdTF SDK for TypeScript
12 lines • 637 B
TypeScript
import { ISdtfIntegration, ISdtfReadableAsset, ISdtfWriteableAsset } from '@shapediver/sdk.sdtf-core';
import { ISdtfComponentList } from '../structure/ISdtfComponentList';
import { ISdtfFormatter } from './ISdtfFormatter';
export declare class SdtfFormatter implements ISdtfFormatter {
private readonly factory;
private readonly postProcessor;
constructor(integrations: ISdtfIntegration[]);
prettifyReadableAsset(asset: ISdtfReadableAsset): string;
prettifyWriteableAsset(asset: ISdtfWriteableAsset): string;
prettifyAsset(componentList: ISdtfComponentList): string;
}
//# sourceMappingURL=SdtfFormatter.d.ts.map