I am trying to export images used in layers.
The image fills API (GET/v1/files/:key/images
) returns a map of [ imageRef , URL ]
but there's no way to know the image file type. For example, the URL doesn't have the file type.
This is kind of a show stopper :(
Ideally, I'd like to know the original file name and type(the actual image which the designer browsed), but just the file type is OK