bomberstudios / sketch-framer

A Sketch plugin to easily export your mockups to FramerJS
Other
767 stars 67 forks source link

Artboard Scaling #103

Closed benjamindenboer closed 8 years ago

benjamindenboer commented 8 years ago

If we want to support scaling, we need to have the assets scaled before importing, so they're always sharp. Then, you could work in @1x, @2x, @3x, and we can import it at whatever scale you'd like.

bomberstudios commented 8 years ago

That's a neat approach, and having an exportScale parameter for framerExport would solve this beautifully. I did a quick check of the code and it seems to be a trivial change.

mrrocks commented 8 years ago

Please YES :+1: