Decoder and HTML builder for Blazor RenderBatch frames
import { decodeRenderBatchToHtml } from "@li0ard/renderbatch"; const renderBatchPayload = Buffer.from("0100000001000000010000000000000000000000ff....", "hex"); console.log(decodeRenderBatchToHtml(renderBatchPayload));