You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**`preset`**| This sets reasonable defaults for other parameters. Options are `javascript`, `react`, and `react-native`. |`'javascript'`|
99
+
|**`preset`**| This sets reasonable defaults for other parameters. Options are `javascript`, `react`, and `react-native`. Experimental options are `html` and `python` - make sure to lock down your javascript-playgrounds library version if you use these, since they may change.|`'javascript'`|
100
100
|**`title`**| An optional title for the editor pane. |`''`|
101
101
|**`code`**| The code to show/run in the player. | The sample app |
102
102
|**`files`**| A map of `{ [filename]: code }`. This will take precedence over `code` if given. |`undefined`|
0 commit comments