简言简语

Results 7 comments of 简言简语

the same to you

> > > ```ts > > > interface Example { > > > a: string; > > > b: string | number; > > > c: () => void; >...

```javascript type GetArrayEle = { [k in keyof T & number]: T[k] }[keyof T & number] type TestGetArrayEle = GetArrayEle type FlatArray = T extends Array ? p : T...

Type '(point: Point3D) => void' is not assignable to type '(point: Point2D) => void'. Types of parameters 'point' and 'point' are incompatible. Property 'z' is missing in type 'Point2D' but...

The contributors to this project haven't maintained it for a long time

你这需要自己新建一个圆形的裁剪区域裁出来才可以的

我以前做的也是这样子用clippath来实现的,就是原图先旋转再裁切,那个移出去的边界判断就有问题了