import{_ as e,o,c as i,d as t}from"./app.06d4fed4.js";const _=JSON.parse('{"title":"Props","description":"","frontmatter":{},"headers":[{"level":2,"title":"screen","slug":"screen"},{"level":2,"title":"lightClr","slug":"lightclr"},{"level":2,"title":"phoneClr","slug":"phoneclr"},{"level":2,"title":"position","slug":"position"},{"level":2,"title":"rotation","slug":"rotation"}],"relativePath":"guide/props.md","lastUpdated":1658677066000}'),a={name:"guide/props.md"},l=t('
screen #Path to an image that will be displayed on the phones screen or the <video> element displayed on the phones screen. Can also be an array of any of the options above.
String | Element | Array[String | Element]truelightClr #Color of the light as a CSS-style string.
Stringfalse"white"phoneClr #Color of the phone as a CSS-style string.
Stringfalse"white"position #The position of the phone. Can also be an array if multiple screens specified.
Object | Array[Object]false{ x: 0, y: 0, z: 0 }rotation #The orientation of the phone described in rotation values arround the 3 axes. Can also be an array if multiple screens specified.
Object | Array[Object]false{ x: -0.2, y: 0.3, z: 0.06 }