Search
getImage
getImage
Get the image of the current selection or null if there is no image.
framer.getImage(): Promise<ImageAsset | null
In editImage mode, this returns the image the user already has set, which your plugin can then modify.
Returns
Promise<ImageAsset | null>