Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 880 Bytes

frame.md

File metadata and controls

19 lines (11 loc) · 880 Bytes

Frame

Properties

  • component (Object | String) Wrapper component definition. You can also pass an HTML string as components of the default wrapper component.
  • width String? Width of the frame. By default, the canvas width will be taken.
  • height String? Height of the frame. By default, the canvas height will be taken.
  • x Number? Horizontal position of the frame in the canvas.
  • y Number? Vertical position of the frame in the canvas.