@sam-senior/zebra-printer

***Como usar***

Usage no npm install needed!

<script type="module">
  import samSeniorZebraPrinter from 'https://cdn.skypack.dev/@sam-senior/zebra-printer';
</script>

README

Zebra printer

Como usar

Importe o sam-zebra-printer-service para o projeto e utilizar o serviço SamZebraPrinterService.

export class TestPrintComponent {
  constructor(private SamZebraPrinter: SamZebraPrinterService) {}

  public async print() {
    await this.SamZebraPrinter.printTest();
  }
}