### What problem does this feature solve 目前图片最小只能缩小到 40*40,有点局限,有些业务希望图片更小一些,希望能自定义图片能缩小到的最小宽高。 <img width="726" height="255" alt="Image" src="https://github.com/user-attachments/assets/4ddf2b7e-3d1d-48b3-ae40-442eb8c09c0a" /> ### What does the proposed API look like 期望 API(如果有会更好的 API 设计也可以一起讨论): ``` new TinyEditor({ modules: { image: { minWidth: '10px', minHeight: '10px' } } }) ``` ### What is your project name Wiki