fengyuanchen / photo-editor

A simple photo editing application.
https://fengyuanchen.github.io/photo-editor
MIT License
936 stars 238 forks source link

How can I open editor directly for a base64 string png file in javascript, without a file? #43

Closed Tanay360 closed 2 years ago

Tanay360 commented 2 years ago

I want to open a base64 string png file in the editor from app.vue directly, but I am facing problems, as I am a beginner in vue.js

Please help me in solving the issue!