Skip to content

Commit

Permalink
add xinye beep
Browse files Browse the repository at this point in the history
  • Loading branch information
freedom-git committed Jul 22, 2023
1 parent 89ed4bd commit 0e7c9c9
Show file tree
Hide file tree
Showing 4 changed files with 1,015 additions and 986 deletions.
7 changes: 7 additions & 0 deletions dist/esc-pos-encoder.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,13 @@ export default class EscPosEncoder {
*
*/
raw(data: Array<number>): EscPosEncoder;
/**
* Xinye beep commond
*
* @returns {EscPosEncoder} Return the EscPosEncoder, for easy chaining commands
*
*/
xinyeBeep(): EscPosEncoder;
/**
* Encode all previous commands
*
Expand Down
Loading

0 comments on commit 0e7c9c9

Please sign in to comment.