ccc-tnt-psd2ui/npm-packages/mac-v2.4.x/ag-psd/dist-es/csh.d.ts

11 lines
261 B
TypeScript
Raw Permalink Normal View History

2023-07-27 07:04:13 +00:00
import { LayerVectorMask } from './psd';
export interface Csh {
shapes: (LayerVectorMask & {
name: string;
id: string;
width: number;
height: number;
})[];
}
export declare function readCsh(buffer: ArrayBufferView): Csh;