https://github.com/letieu/esc-pos-gen
ESC/POS command generator
https://github.com/letieu/esc-pos-gen
Last synced: over 1 year ago
JSON representation
ESC/POS command generator
- Host: GitHub
- URL: https://github.com/letieu/esc-pos-gen
- Owner: letieu
- Created: 2023-12-21T06:19:58.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-23T05:51:39.000Z (over 1 year ago)
- Last Synced: 2025-01-31T05:53:32.662Z (over 1 year ago)
- Language: JavaScript
- Size: 30.1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESC/POS Commands generator from html link
## Run dev
```bash
docker compose up
```
## Usage
```bash
# Build the image
docker build -t letieu/escgen:1.0 .
# Run the image
docker run --name escgen -p 3001:3000 --restart=always -d letieu/escgen:1.5