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 b15fe26 commit e996291Copy full SHA for e996291
src/helpers/inputHelpers.ts
@@ -2,7 +2,7 @@ import {
2
ONE_PERCENT_OF_VIEWPORT_H,
3
ONE_PERCENT_OF_VIEWPORT_W,
4
} from "../constants/const";
5
-import { Coordinates } from '../components/recorder/canvas';
+import { Coordinates } from '../components/recorder/Canvas';
6
7
export const throttle = (callback: any, limit: number) => {
8
let wait = false;
0 commit comments