excalidraw/examples/with-script-in-browser/components
sunub 899c652147 refactor: Replace { x: number, y: number } type declarations with Point type
- 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.
2025-04-17 13:51:11 +09:00
..
sidebar refactor: auto ordered imports (#9163) 2025-03-12 15:23:31 +01:00
CustomFooter.tsx refactor: auto ordered imports (#9163) 2025-03-12 15:23:31 +01:00
ExampleApp.scss chore: release @excalidraw/excalidraw@18.0.0 🎉 (#9127) 2025-02-28 16:49:09 +01:00
ExampleApp.tsx refactor: Replace { x: number, y: number } type declarations with Point type 2025-04-17 13:51:11 +09:00
MobileFooter.tsx refactor: auto ordered imports (#9163) 2025-03-12 15:23:31 +01:00