josa42 / atom-svg-preview

Live SVG preview for Atom editor
MIT License
51 stars 14 forks source link

Adds export to PNG and export to JPEG #33

Closed sverweij closed 8 years ago

sverweij commented 8 years ago

This adds two commands to svg-preview: svg-preview:export-to-png and svg-preview:export-to-jpeg. When triggered, they execute the following actions (added to lib/svg-preview-view.coffee in the exportTo function):

As a first proposal this change binds the commands to context menu items in the previewer (menus/svg-preview.cson)

Notes:

export-to-png

josa42 commented 8 years ago

👍 That's awesome, thank you. I am sorry to ask, but could you convert this to ES6? I planned to mereg the convert-to-js branch for the next release.

sverweij commented 8 years ago

I anticipated this - you'll get a new PR based on the convert-to-js branch in the coming days.

josa42 commented 8 years ago

@sverweij Thank you, sorry for the extra work.