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
|`sketch`| Your p5 sketch in instance mode |`Sketch`|`undefined`| yes |
86
86
|`target`| An HTML element/node to mount the p5 canvas onto giving you full control of the parent wrapper that p5 renders a canvas as a child to |`HTMLElement`|`undefined`| no |
87
-
|`parentDivStyle`|A p5 sketch instance -- you likely don't need this but this allows you to seed. Note: does nothing when paired with a `target`|`string`|`'display: block;'`| no |
87
+
|`parentDivStyle`|CSS Styling for the underlying `div` target contained in `<P5/>`. Note: this will do nothing when paired with a `target` prop |`string`|`'display: block;'`| no |
88
88
|`debug`| Logs everything about the p5 instance to the console for debugging purposes |`boolean`|`false`| no |
0 commit comments