interface ImageWriterParameters {
    image: Image;
    path: string;
}

Properties

Properties

image: Image
path: string

Generated using TypeDoc