using Microsoft.JSInterop; namespace Wabbajack.App.Blazor.Utility; public static class JsInterop { /// /// Converts a into a blob URL. Useful for streaming images. /// async function getBlobUrlFromStream(imageStream: DotNetStreamReference) /// public const string GetBlobUrlFromStream = "getBlobUrlFromStream"; }