mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
- Updated type declarations written as { x: number, y: number } to use the Point type as per requirements. - Explicit names were used for variables by destructuring previously used object types. - For example, scenePointer.x, scenePointer.y are now destructured as scenePointerX and scenePointerY. - When a Point type was required as an argument, the `pointFrom` helper function was used to convert and pass the value. |
||
---|---|---|
.. | ||
.codesandbox | ||
components | ||
public/images | ||
.gitignore | ||
index.html | ||
index.tsx | ||
initialData.tsx | ||
package.json | ||
tsconfig.json | ||
utils.ts | ||
vercel.json | ||
vite.config.mts |