An open API service indexing awesome lists of open source software.

https://github.com/getbitpocket/html2print

transform html to esc/pos printer syntax
https://github.com/getbitpocket/html2print

Last synced: 22 days ago
JSON representation

transform html to esc/pos printer syntax

Awesome Lists containing this project

README

          

# 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