Open abbydeer opened 8 years ago
it works for me, make sure you disable "Include in Export" option on your artborts
hello, i have a bitmap as background and it shows it in the exported asset, should i hide the layer before export?
I just have the same issue and after read : https://github.com/abynim/Sketch-Headers/blob/master/Headers/MSExportRequest.h I add the line in function
copy_layer_with_factor
before the return
line:
request.includeArtboardBackground = false;
Would it be possible to have an option to export without a background?