Commit Graph

3 Commits

Author SHA1 Message Date
3c787b9236
Improved readability in README
Indented the list of options for better readability and updated the example URL to use a .svg file instead of a .png.
2024-07-23 14:00:45 +02:00
8fbbccfa21
Improved image handling logic
The image processing logic has been updated to better handle optional parameters. Previously, the code would always pad and resize the canvas regardless of whether width, height, or canvas dimensions were provided. Now, padding and resizing only occur if the corresponding options are set. This change makes the code more flexible and prevents potential errors when certain parameters are not provided.
2024-07-23 13:55:20 +02:00
c6d800c010
Initial commit 2024-07-23 13:45:34 +02:00