You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,11 @@ The label size and printer are configured via environmental variables. You can a
42
42
43
43
Included fonts are `NotoSans-Regular.ttf` and `NotoSerif-Regular.ttf`
44
44
45
+
## Endless Labels
46
+
47
+
These are supported, for example the `62` label size. The length of the label will be big enough to accommodate the max number of lines including a margin.
48
+
You may want to experiment with font sizes and line count to get the most out of it.
49
+
45
50
## Endpoints
46
51
47
52
Two endpoints are available `/print` and `/image` both accept the same parameters. `/image` will return the rendered image as a PNG instead of sending to the printer.
@@ -101,4 +106,4 @@ An example `docker-compose.yml` file can be found [here](docker-compose.yml).
101
106
102
107
I'll try to keep on top of bugs but feature requests may go unfulfilled. Please use the issue tracking in Github.
0 commit comments