coast_helper.Rd
This function helps with the creation of the list structure required to provide Coast-specific favicon parameters to the API. Further details can be found in the realfavicongenerator.net API documentation
coast_helper( picture_aspect = c("no_change", "background_and_margin"), margin = NULL, background_color = NULL )
picture_aspect | character; one of 'no_change' or 'background_and_margin'. If 'background_and_margin', 'margin' and 'background_color' parameters can be used |
---|---|
margin | character; margin in pixels are as a percentage. Only used if 'picture_aspect' is 'background_and_margin' |
background_color; | character; hex color string. Only used if 'picture_aspect' is 'background_and_margin' |