Complete Email Sortierer implementation with Appwrite and Stripe integration
This commit is contained in:
15
server/node_modules/node-appwrite/dist/enums/image-format.mjs
generated
vendored
Normal file
15
server/node_modules/node-appwrite/dist/enums/image-format.mjs
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
// src/enums/image-format.ts
|
||||
var ImageFormat = /* @__PURE__ */ ((ImageFormat2) => {
|
||||
ImageFormat2["Jpg"] = "jpg";
|
||||
ImageFormat2["Jpeg"] = "jpeg";
|
||||
ImageFormat2["Png"] = "png";
|
||||
ImageFormat2["Webp"] = "webp";
|
||||
ImageFormat2["Heic"] = "heic";
|
||||
ImageFormat2["Avif"] = "avif";
|
||||
ImageFormat2["Gif"] = "gif";
|
||||
return ImageFormat2;
|
||||
})(ImageFormat || {});
|
||||
|
||||
export { ImageFormat };
|
||||
//# sourceMappingURL=out.js.map
|
||||
//# sourceMappingURL=image-format.mjs.map
|
||||
Reference in New Issue
Block a user