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
1 2 3 4 5 | 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' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.