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 bc069ad commit 7909780Copy full SHA for 7909780
packages/feedback/src/screenshot/components/Crop.tsx
@@ -51,11 +51,7 @@ interface FactoryParams {
51
options: FeedbackInternalOptions;
52
}
53
54
-export default function CropFactory({
55
- h,
56
- hooks,
57
- options,
58
-}: FactoryParams): (props: {
+export default function CropFactory({ h, hooks, options}: FactoryParams): (props: {
59
action: 'crop' | 'annotate' | '';
60
imageBuffer: HTMLCanvasElement;
61
croppingRef: Hooks.Ref<HTMLCanvasElement>;
0 commit comments