Complete Email Sortierer implementation with Appwrite and Stripe integration
This commit is contained in:
16
server/node_modules/node-appwrite/dist/enums/image-format.js
generated
vendored
Normal file
16
server/node_modules/node-appwrite/dist/enums/image-format.js
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
'use strict';
|
||||
|
||||
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 || {});
|
||||
|
||||
exports.ImageFormat = ImageFormat;
|
||||
//# sourceMappingURL=out.js.map
|
||||
//# sourceMappingURL=image-format.js.map
|
||||
Reference in New Issue
Block a user