From ac7028edb8a9367fdd220169b4e1b532e1872a77 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Wed, 13 Aug 2025 13:00:56 -0600 Subject: [PATCH] Add currency symbol API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f67d65b..46ce2a5 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,7 @@ PostalPoint uses the Jimp library version 1.6 for creating and manipulating imag * `country()`: Returns the 2-character country code that PostalPoint is running in (examples: "US", "CA"). * `currency()`: Returns the 3-character currency code (examples: "usd", "cad"). +* `symbol()`: Returns the currency symbol (example: "$"). #### Kiosk