-
Notifications
You must be signed in to change notification settings - Fork 0
IRenderOptions
Steve edited this page Apr 29, 2020
·
1 revision
export interface IRenderOptions {
width?: number,
height?: number,
format?: string,
ditherer?: string,
effects?: string,
quality?: number,
maxColors?: number,
overlays?: string,
quantizer?: string,
renderer?: string,
colorspace?: string,
backgroundColor?: string,
bottom?: number,
left?: number,
top?: number,
right?: number,
pixelbottom?: number,
pixelleft?: number,
pixeltop?: number,
pixelright?: number,
rect?: string,
referencewidth?: number,
referenceheight?: number,
}
Documentation
-
Interfaces