We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bfcdf9 commit ad99978Copy full SHA for ad99978
package/src/skia/core/Vector.ts
@@ -21,4 +21,4 @@ export const sub = (a: Vector, b: Vector) => {
21
export const dist = (a: Vector, b: Vector) => {
22
"worklet";
23
return Math.hypot(a.x - b.x, a.y - b.y);
24
-};
+};
0 commit comments