API / ImgSplitOption
Type Alias: ImgSplitOption
ts
type ImgSplitOption = {
count?: number;
forceOuputDataURL?: boolean;
height?: number;
items?: ItemOption[];
src: Buffer | string;
};
ImgSplitOption
Properties
Property | Type | Description |
---|---|---|
count? | number | - |
forceOuputDataURL? | boolean | Default true |
height? | number | Default 256 |
items? | ItemOption [] | - |
src | Buffer | string | - |