Skip to content

Commit

Permalink
small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Shashank3736 committed Aug 11, 2022
1 parent 0cd9100 commit 82b3df8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ts-script/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Image } from "skia-canvas";
export interface SetDimensionOption {
height: number;
width: number;
};
}

export interface SetCaptchaOption {
characters?: number;
Expand All @@ -15,7 +15,7 @@ export interface SetCaptchaOption {
rotate?: number;
size?: number;
opacity?: number;
};
}

export interface DrawCaptchaOption {
text?: string;
Expand All @@ -26,21 +26,21 @@ export interface DrawCaptchaOption {
rotate?: number;
size?: number;
opacity?: number;
};
}

export interface SetDecoyOption {
color?: string;
font?: string;
size?: number;
opacity?: number;
total?: number;
};
}

export interface SetTraceOption {
color?: string;
size?: number;
opacity?: number;
};
}

export interface CreateCaptchaOptions {
captcha?: SetCaptchaOption;
Expand Down

0 comments on commit 82b3df8

Please sign in to comment.