| .. | ||
| images | ||
| README.md | ||
Custom Shape Object Simplified Format
- Input format of
jamHelpers.toCustomShapeObject.
Simplified format
Defined as a two-element JSON array: [ customShape, unit ]
customShape : five-element JSON array:
[ name, left, top, right, bottom ]
unit : string (among"distanceUnit","percentUnit","pixelsUnit")
name : string
left : number
top : number
right : number
bottom : number
Example
[ [ "Yin Yang", 20, 20, 80, 80 ], "percentUnit" ]