react-thermal-printer

Getting Started

react-thermal-printer is React for thermal printing.

Introduction

react-thermal-printer is React for thermal printing.

It is used to print to a thermal printer that supports ESC/POS commands using React. It provides a custom renderer to convert React elements to Uint8Array, you can easily markup the printing stuffs using React components.

Motivation

Printing Receipts with React: How to Create POS with JavaScript by Seokju | JSConf Korea 2022

Installation

yarn add react-thermal-printer
pnpm add react-thermal-printer
npm install --save react-thermal-printer

On this page