Skip to content

Commit

Permalink
Added some notes about endless labels to readme
Browse files Browse the repository at this point in the history
set version to 0.4.0 in changelog
  • Loading branch information
sam159 committed Jun 22, 2024
1 parent 687f99c commit 81ad033
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# next
# 0.4.0

- Added support for printing endless labels

Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ The label size and printer are configured via environmental variables. You can a

Included fonts are `NotoSans-Regular.ttf` and `NotoSerif-Regular.ttf`

## Endless Labels

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.
You may want to experiment with font sizes and line count to get the most out of it.

## Endpoints

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.
Expand Down Expand Up @@ -101,4 +106,4 @@ An example `docker-compose.yml` file can be found [here](docker-compose.yml).

I'll try to keep on top of bugs but feature requests may go unfulfilled. Please use the issue tracking in Github.

PRs are welcome!
PRs are welcome!

0 comments on commit 81ad033

Please sign in to comment.