djyde / React-Quill

Quilljs in React
3 stars 4 forks source link

Register quill module #5

Open suziesirena opened 7 years ago

suziesirena commented 7 years ago

Hi,

I want to use image resize and drop image with this component.

How can I register a quill module with it ?

Can you show me an example of code?

Thanks

djyde commented 7 years ago

The easiest way is that use ref to get the quill instance, then do all you want to do.