We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52cd988 commit 34f995aCopy full SHA for 34f995a
lib/scenic/view_port.ex
@@ -96,6 +96,9 @@ defmodule Scenic.ViewPort do
96
Pass in the same set of opts that you would use when starting `Scenic` in your
97
supervision tree. For example:
98
99
+ # Assuming you use the default view port name from the generator
100
+ {:ok, view_port} = Scenic.ViewPort.info(:main_viewport)
101
+
102
opts = [
103
name: name,
104
module: Scenic.Driver.Local,
0 commit comments