|
|
@ -45,7 +45,7 @@ namespace ImageSharp |
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Gets the current bootstrapper instance.
|
|
|
/// Gets the current bootstrapper instance.
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
public static Bootstrapper Instance = Lazy.Value; |
|
|
public static Bootstrapper Instance => Lazy.Value; |
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Gets the collection of supported <see cref="IImageFormat"/>
|
|
|
/// Gets the collection of supported <see cref="IImageFormat"/>
|
|
|
|