wasm-imagemagick
Version:
Webassembly compilation of ImageMagick
19 lines (18 loc) • 437 B
TypeScript
export declare enum IMPrimitive {
'Alpha' = "Alpha",
'Arc' = "Arc",
'Bezier' = "Bezier",
'Circle' = "Circle",
'Color' = "Color",
'Ellipse' = "Ellipse",
'Image' = "Image",
'Line' = "Line",
'Matte' = "Matte",
'Path' = "Path",
'Point' = "Point",
'Polygon' = "Polygon",
'Polyline' = "Polyline",
'Rectangle' = "Rectangle",
'RoundRectangle' = "RoundRectangle",
'Text' = "Text"
}