showUI

showUI

Show the plugin window.

framer.showUI({
  position: "center",
  height: 300,
  width: 220
})

Parameters

  • options: UIOptions (optional) – The options for how to show the UI.

Returns

  • Promise<void>