Skip to content

Commit

Permalink
Remove key from Args
Browse files Browse the repository at this point in the history
  • Loading branch information
joehoyle committed Nov 20, 2023
1 parent 6a6c7a1 commit ec2be0f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ import sharp from 'sharp';
import smartcrop from 'smartcrop-sharp';

export interface Args {
// Required args.
key: string;

// Optional args.
background?: string;
crop?: string | string[];
Expand Down

0 comments on commit ec2be0f

Please sign in to comment.