pqina / filepond-plugin-image-preview

🖼 Show a preview for images dropped on FilePond
https://pqina.nl/filepond
MIT License
46 stars 26 forks source link

How to inject elements in the preview holder? #37

Closed pplanel closed 4 years ago

pplanel commented 4 years ago

As the title says, I want to inject a button element inside the wrapper element for the image preview. The correct approach is to create another plugin or just fiddle with image-preview?

rikschennink commented 4 years ago

Best approach would be to fork the FilePond image-edit plugin as it does exactly this.

pplanel commented 4 years ago

Thanks