You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Transform > Scale is a feature often used in Sketch by designers as well as required by many plugins. I found out about this api which works with the native development:
// Selected layer
var layer = context.selection[0];
layer.multiplyBy(2);
However, there is no such api in the js.
It would be awesome to have it in the js api
The text was updated successfully, but these errors were encountered:
Transform > Scale
is a feature often used in Sketch by designers as well as required by many plugins. I found out about this api which works with the native development:However, there is no such api in the js.
It would be awesome to have it in the js api
The text was updated successfully, but these errors were encountered: