Results 184 comments of Fengyuan Chen

It is not useful for most people. In order to keep the library simple, this feature will not be supported.

不太清楚,你可以联系一下 bootcdn.cn 那边看看。

This error comes from [line 202](https://github.com/isomorphic-git/isomorphic-git/blob/90ea0e34f6bb0956858213281fafff0fd8e94309/src/api/statusMatrix.js#L202C30-L202C34) of the `src/api/statusMatrix.js` file. I figured out a quick solution: ```js const statusMatrix = await git.statusMatrix({ fs, dir: '/repo', filter: (filepath) => filepath !==...

Any demo or code?

@xiaweiss 文档 `maxWidth` 参数有最大 4096 提示:https://github.com/fengyuanchen/compressorjs?tab=readme-ov-file#maxwidth

Just use Cropper.js 2.0 directly.

不清楚,没有示例,没有代码,不知道你的场景是什么。

How about this: ```js onMounted(async () => { await nextTick(); await cropperImage.value!.$ready(); await nextTick(); // Wait for next tick cropperImage.value!.$center('contain').$zoom(-0.1); //

Please use Cropper.js v2.0, you can control the cropper selection by keyboard now.