이정수
Results
1
comments of
이정수
image doesnt resize is there any solution? ``` import { Quill } from "react-quill"; import ImageResize from "quill-image-resize-module"; Quill.register("modules/ImageResize", ImageResize); export const modules = { syntax: true, ImageResize: { handleStyles:...