Skip to content

Commit

Permalink
update background
Browse files Browse the repository at this point in the history
  • Loading branch information
Shashank3736 committed Oct 7, 2021
1 parent 99897ba commit 7756508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts-script/CaptchaGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export class CaptchaGenerator {
private captcha: SetCaptchaOption;
private trace: SetTraceOption;
private decoy: SetDecoyOption;
private background: string | Buffer;
private background?: string | Buffer;
/**
* Initatiates the creation of captcha image generation.
* @example const captcha = new CaptchaGenerator({height: 200, width: 600});
Expand Down

0 comments on commit 7756508

Please sign in to comment.