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

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

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