Extremely simple fax implementation with receipt printers
Find a file
2026-03-20 19:25:00 +01:00
.gitignore Backend v0.1 2026-03-12 22:07:24 +01:00
bun.lock Backend v0.1 2026-03-12 22:07:24 +01:00
command.ts Fix more stuff 2026-03-13 17:36:40 +01:00
common.ts Backend v0.1 2026-03-12 22:07:24 +01:00
example.env Backend v0.1 2026-03-12 22:07:24 +01:00
package.json Backend v0.1 2026-03-12 22:07:24 +01:00
print.sh unmitosis a bit 2026-03-20 19:25:00 +01:00
printer.ts b 2026-03-13 17:59:28 +01:00
README.md Backend v0.1 2026-03-12 22:07:24 +01:00
tsconfig.json Backend v0.1 2026-03-12 22:07:24 +01:00

gay_fax

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.3.10. Bun is a fast all-in-one JavaScript runtime.