We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f46b05 commit 3c5b391Copy full SHA for 3c5b391
Sources/AppwriteEnums/ImageFormat.swift
@@ -6,6 +6,7 @@ public enum ImageFormat: String, Codable {
6
case gif = "gif"
7
case png = "png"
8
case webp = "webp"
9
+ case avif = "avif"
10
11
public func encode(to encoder: Encoder) throws {
12
var container = encoder.singleValueContainer()
0 commit comments