Skip to content

API / ImgSplitOption

Type Alias: ImgSplitOption

ts
type ImgSplitOption = {
  count?: number;
  forceOuputDataURL?: boolean;
  height?: number;
  items?: ItemOption[];
  src: Buffer | string;
};

ImgSplitOption

Properties

PropertyTypeDescription
count?number-
forceOuputDataURL?booleanDefault true
height?numberDefault 256
items?ItemOption[]-
srcBuffer | string-

Released under the MIT License.