• Print the given HTML to a paired Bluetooth printer.

    Parameters

    • printerName: string

      Prefix for the paired Bluetooth printer's name (print will fail if more than one printer has that prefix).

    • html: string

      The HTML content to print.

    • Optional opt: PrintHtmlToZplOptions

      See PrintHtmlToZplOptions.

    Returns Promise<string>

    The operation result as a string.

Generated using TypeDoc