Enable using images from a url or local directory #9
Replies: 1 comment 3 replies
-
My initial thought process was that there are only so many logos that we would possibly want to use for this, say Google's logo and then the social media icons from platforms we use so I opted for the approach I have now which is simpler (and safer) in the code. The images are included in the resulting binary, making the whole project very portable. At the same time, it would be nice to support this as, in the case that we needed a new logo, I'd have to make a new release right now to include it right now. I'll have to think a bit about how to actually implement this as in, should the same parameter be used for both links, paths and the integrated logos? I feel like it would be better if I made a separate parameter What do you think? |
Beta Was this translation helpful? Give feedback.
-
Problem
Currently, it is only possible for the google logo to be the logo in the overlay.
Possible Solution
It would be nice to be able to point to a directory or a web link to an image for option
-l, --logo <LOGO>
in the CLI and sever. The command could look something like this:Local dir
Web link
Beta Was this translation helpful? Give feedback.
All reactions