The base URL to be used for generating the default social image URL.
The folder path to be appended to the base URL. Defaults to 'images'.
The filename to be appended to the base URL and folder. Defaults to 'socials.png'.
A Result
object with either a string representing the default social image URL if all
inputs are valid strings, or an Error
object if any of the inputs are not valid strings.
Generated using TypeDoc v0.24.7
Generates a default social image URL by concatenating the base URL, folder, and filename.
Example
Example
Handle an invalid input string: