bomberstudios/sketch-commands

How to scale exports in New versions of sketch (41+)

booc0mtaco opened this issue · 1 comments

So, I found an example here that fits what I was doing in my plugin before:

var exportRequest = MSExportRequest.requestWithRect_scale(rect,2)

Looking at the headers, this has now been removed. I haven't found any alternative for it yet. Any ideas?