nielsboogaard/filepond-plugin-image-overlay

Just not working

cloydlau opened this issue · 3 comments

I did exactly as Quick Start said but there's no 'eye' icon in front of the filename.
I tried vue-filepond@6.0.2 and filepond@4.13.7 itself, both failed.

The another plugin 'filepond-plugin-media-preview' is working pretty well by the way.

@cloydlau looks like he forgot to mention in the readme to include the css file. Try the below:

import 'filepond-plugin-image-overlay/dist/filepond-plugin-image-overlay.css'

@berniegreen thanks, that will do