Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No scale feature in sketch plugin js api #824

Open
gndps opened this issue Jan 24, 2021 · 0 comments
Open

No scale feature in sketch plugin js api #824

gndps opened this issue Jan 24, 2021 · 0 comments

Comments

@gndps
Copy link

gndps commented Jan 24, 2021

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

@christianklotz christianklotz transferred this issue from another repository Jan 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants