react-thermal-printer
Referencesreact-thermal-printercomponents

Cut

Cut the paper.

Perform full/partial cutting, and feeds lines after cutting.

<Cut />
<Cut lineFeeds={6} />
// partial cut
<Cut partial={true} />

Props

Prop

Type

Signature

function Cut(props: CutProps): JSX.Element;

On this page