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 #34

Closed sverweij closed 8 years ago

sverweij commented 8 years ago

(= #33, decaffeinated to es6)

This adds two commands to svg-preview: svg-preview:export-to-png andsvg-preview:export-to-jpeg. When triggered, they execute the following actions (added to lib/svg-preview-view.js 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