Type alias BinaryOutput

BinaryOutput: {
    data: Buffer;
    kind: "SVG-OUTPUT" | "PDF-OUTPUT" | "IMAGE-OUTPUT";
}

Represents binary output from a graph conversion.

Type declaration

  • data: Buffer

    Binary data.

  • kind: "SVG-OUTPUT" | "PDF-OUTPUT" | "IMAGE-OUTPUT"

    Kind of output.

Generated using TypeDoc