readme fixes
This commit is contained in:
22
README.md
22
README.md
@@ -13,15 +13,15 @@
|
|||||||
|
|
||||||
### Basic Label
|
### Basic Label
|
||||||
|
|
||||||
https://labelmaker.xyz/Hello World
|
[https://labelmaker.xyz/Hello World](https://labelmaker.xyz/Hello%20World)
|
||||||
|
|
||||||
Generates an image of "Hello World" in the default style.
|
Generates an image of "Hello World" in the default style.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Set Text Color
|
### Set Text Color
|
||||||
|
|
||||||
https://labelmaker.xyz/Hello?color=yellow
|
[https://labelmaker.xyz/Hello?color=yellow](https://labelmaker.xyz/Hello?color=yellow)
|
||||||
|
|
||||||
Renders "Hello" in yellow text.
|
Renders "Hello" in yellow text.
|
||||||
|
|
||||||
@@ -29,7 +29,7 @@ Renders "Hello" in yellow text.
|
|||||||
|
|
||||||
### Add Outline
|
### Add Outline
|
||||||
|
|
||||||
https://labelmaker.xyz/Hello?color=yellow&outline=black
|
[https://labelmaker.xyz/Hello?color=yellow&outline=black](https://labelmaker.xyz/Hello?color=yellow&outline=black)
|
||||||
|
|
||||||
Renders "Hello" in yellow with a black outline, perfect for contrast on similar backgrounds.
|
Renders "Hello" in yellow with a black outline, perfect for contrast on similar backgrounds.
|
||||||
|
|
||||||
@@ -37,11 +37,19 @@ Renders "Hello" in yellow with a black outline, perfect for contrast on similar
|
|||||||
|
|
||||||
### Customize Font and Size
|
### Customize Font and Size
|
||||||
|
|
||||||
https://labelmaker.xyz/Courier?font=Courier&size=72&color=CornFlowerBlue&outline=white
|
[https://labelmaker.xyz/Courier?font=Courier&size=96&color=CornFlowerBlue&outline=white](https://labelmaker.xyz/Courier?font=Courier&size=96&color=CornFlowerBlue&outline=white)
|
||||||
|
|
||||||
Uses the `Courier` font at 72px size.
|
Uses the `Courier` font at 96px size.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
### Multiple Lines
|
||||||
|
|
||||||
|
[https://labelmaker.xyz/Multiple\nLines?font=DejaVu-Sans-Oblique&color=orange](https://labelmaker.xyz/Multiple\nLines?font=DejaVu-Sans-Oblique&color=orange)
|
||||||
|
|
||||||
|
Use `\n` to insert line breaks.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## ⚙️ Query Parameters
|
## ⚙️ Query Parameters
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user