UNPKG

@axieinfinity/mixer

Version:
14 lines 636 B
import { MixedSkeletonData } from './common/samples/SampleSkeletonData'; export interface AvatarLayersOptions { width: number; height: number; offsetX: number; offsetY: number; scale: number; } export declare const exportAvatarLayers: (skeletonJson: MixedSkeletonData, adultCombo: Map<string, string>, variantKey: string, partColorShift: string, getVariantAttachmentPath: (slotName: string, attachmentPath: string, variantKey: string, partColorShift: string) => string, customize: AvatarLayersOptions) => { imagePath: string; px: number; py: number; }[]; //# sourceMappingURL=Avatar.d.ts.map