nhn / toast-ui.vue-image-editor

Toast UI Image Editor for Vue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable Download Feature

ryuckel opened this issue · comments

Version

"@toast-ui/vue-image-editor": "^1.0.2"

Development Environment

macOS/chrome

Current Behavior

when i push Download Button, image displays other tab.
After added file-saver by yarn add command and import this module to component using tui-image-editor,
I can download image to local as I expected.

Is it correct way to enable download feature?
If my understanding is not right, please give me a procedure of import file-saver

I got it require file-saver or implement window.saveAs method from below issue.
nhn/tui.image-editor#318
I will close this issue. Thank you.