file path of the source image, or base64 data uri
if a base64 data uri is provided, then once it has been turned trasnparent and converted into this.data_uri, this.src_url will be deleted
at any given time, one of either this.src_url or this.data_blob will be present
Optionaldata_blob
data_blob?:Blob
Constructors
constructor
new ClipMask(src_url?: string, rect?: Partial<Rect>): ClipMask
file path of the source image, or base64 data uri
if a base64 data uri is provided, then once it has been turned trasnparent and converted into
this.data_uri,this.src_urlwill be deletedat any given time, one of either
this.src_urlorthis.data_blobwill be present