From d07ccd703816b9eb5c28af1215263f1ac07107be Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Mon, 4 Sep 2023 12:28:07 +0100 Subject: [PATCH] Add explaination of formatted options to help --- templates/help.html | 13 +++++++++++++ templates/index.html | 3 +++ 2 files changed, 16 insertions(+) diff --git a/templates/help.html b/templates/help.html index 0ff2819..0ab8b15 100644 --- a/templates/help.html +++ b/templates/help.html @@ -34,4 +34,17 @@

content should be the value you wish the barcode to display. This should be a string and may not accept all characters - that is dependent on the barcode type.

The response will be a PNG image

+ +

Formatted Barcodes

+ +

Formatted barcodes are under development, this API endpoint /generate/format will produce a QR, Aztec or Datamatrix barcode with one of the following formats:

+ +

Note that URLs have no special formatting and can be produced as plain text barcodes using the /generate endpoint

{{ end }} \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index b95951b..5c1d976 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,4 +4,7 @@ {{ end }} {{ define "body" }} +
+

Generation Options

+
{{ end }} \ No newline at end of file