Plugin for POS Ticket Printing


Keywords
capacitor, plugin, native
License
MIT
Install
npm install ticket-pos@1.0.7

Documentation

ticket-pos

Plugin for POS Ticket Printing

Install

npm install ticket-pos
npx cap sync

API

printTicket(...)

printTicket(options: { value: unknown; header: string; }) => any
Param Type
options { value: unknown; header: string; }

Returns: any