We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df50613 + e3b61d0 commit d8e9cecCopy full SHA for d8e9cec
1 file changed
src/ImageSharp/Formats/Webp/WebpFormat.cs
@@ -18,7 +18,7 @@ private WebpFormat()
18
public static WebpFormat Instance { get; } = new WebpFormat();
19
20
/// <inheritdoc/>
21
- public string Name => "Webp";
+ public string Name => "WEBP";
22
23
24
public string DefaultMimeType => "image/webp";
0 commit comments