Browse Source
Update WebpFormat.cs
Adjusted casing of Webp format name.
pull/2623/head
Jean-Sebastien Carle
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/ImageSharp/Formats/Webp/WebpFormat.cs
|
|
|
@ -18,7 +18,7 @@ public sealed class WebpFormat : IImageFormat<WebpMetadata, WebpFrameMetadata> |
|
|
|
public static WebpFormat Instance { get; } = new WebpFormat(); |
|
|
|
|
|
|
|
/// <inheritdoc/>
|
|
|
|
public string Name => "Webp"; |
|
|
|
public string Name => "WEBP"; |
|
|
|
|
|
|
|
/// <inheritdoc/>
|
|
|
|
public string DefaultMimeType => "image/webp"; |
|
|
|
|