Skip to content

Commit

Permalink
Allow formats type to exportable + document types in output operation…
Browse files Browse the repository at this point in the history
… comment
  • Loading branch information
adityaoberai committed Feb 3, 2025
1 parent 3a9ec38 commit 5772470
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/providers/appwrite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
toUrl,
} from "../utils.ts";

type AppwriteOutputFormats =
export type AppwriteOutputFormats =
| ImageFormat
| "gif";

Expand Down Expand Up @@ -99,6 +99,7 @@ export interface AppwriteOperations extends Operations<AppwriteOutputFormats> {
/**
* Set the output image format.
* If not provided, will use the original image's format.
* Acceptable values include: "jpeg", "jpg", "png", "webp", "avif", "gif"
*/
output?: AppwriteOutputFormats;
}
Expand Down

0 comments on commit 5772470

Please sign in to comment.