View Source Telegex.Type.MaskPosition (Telegex v1.8.0)

This object describes the position on faces where a mask should be placed by default.

Summary

Types

@type t() :: %Telegex.Type.MaskPosition{
  point: String.t(),
  scale: float(),
  x_shift: float(),
  y_shift: float()
}