Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
szammyboi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have setup bevy to render in the browser with WASM successfully in a svelte app. However, I would like to have some control over where the canvas is placed, its size, and such. However, the canvas element is just added to the page when the init() function is called in my svelte component. Is there any way to control this? Either via targeting an existing canvas element or adding styles to the one it creates?
Beta Was this translation helpful? Give feedback.
All reactions