https://github.com/filipchalupa/virtual-thermal-printer
https://github.com/filipchalupa/virtual-thermal-printer
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/filipchalupa/virtual-thermal-printer
- Owner: FilipChalupa
- Created: 2024-10-18T09:33:54.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T14:56:19.000Z (6 months ago)
- Last Synced: 2024-12-26T13:13:46.516Z (4 months ago)
- Language: Shell
- Homepage: https://virtual-thermal-printer.deno.dev
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Virtual thermal printer
Work in progress
## Goals
- Support Epson EPOS
- Support ESC/POS over socket## Run
### Production
```sh
deno task start
```### Development
```sh
deno task dev
```### Production
https://virtual-thermal-printer.deno.dev/
> [!WARNING]
> Beware that the server is shared between all users so that they can see what
> you are printing.