Sets the mask image of a component.

See MDN for usage.

view {
  flex-grow: 1;
  mask-image: url(res:star);
  background-color: red;
}