marcisme / sketch-preview

Sketch plugin to preview mockups in Skala Preview
MIT License
610 stars 37 forks source link

Feature request: scaling to px width #40

Open miemo opened 7 years ago

miemo commented 7 years ago

In addition to scaling to various iPhone sizes plus scaling to 0.5x – 4x, I would love to see the ability to scale to user-selectable px width. So something very similar to what you're able to do when exporting artboards manually from Sketch, you can either export e.g. at 2x or at 512px wide by entering "512w" in size-field.

This would help immensely in previewing things on Android devices with varying screen resolutions.

marcisme commented 7 years ago

Thanks for the request. I'll try to look into it this weekend.

marcisme commented 7 years ago

I've made some progress on this over the past couple weekends. Previously I was doing all the UI in the plugin itself, which was starting to get cumbersome as it became more complex, so I want to switch over to using a native framework to make that part of it easier. I'm pretty busy right now, so I can't give an ETA, but I think I've resolved all of the major issues.