I am using ngx quill editor that enables use to paste image or add image via toolbar.My approach is am not using the bit 64, i upload the image to a server and returns to the input in my quill editor just URL if user upload an image. My issue now using quill-image-resize - npm that image cant be resized if I don't upload a new image to the server, issue is the plugin does not have an event after resizing image so can't re-upload.
Any better ways than my approach or should I just give up