View Source AppleTouchIcon (AppleTouchIcon v0.1.0)

Documentation for AppleTouchIcon.

Link to this section Summary

Link to this section Functions

Render the icons.

examples

Examples

iex> AppleTouchIcon.render()
<html ... >
Link to this function

render(path, sizes \\ [{57, 57}, {72, 72}, {76, 76}, {114, 114}, {120, 120}, {144, 144}, {152, 152}, {180, 180}], device_attributes \\ [%{layout: "landscape", max_device_width: 1024, min_device_width: 481, type: "px", webkit_device_pixel_ratio: 2}])

View Source