Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 306 Bytes

File metadata and controls

12 lines (8 loc) · 306 Bytes

html2print

transform html to esc/pos printer syntax

supported html

  • tags: h1, p, b
  • classes for tags (only h1 and p): align-left, align-right, align-center, bold, underline, underline2

project commands

  • npm run generate: generates javascript from pegjs
  • npm test: runs jasmine specs