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
This is just a misunderstanding of how the library works--the width and height of the canvas are static, passed in when the Starback object is first created. If you want to dynamically adjust the size of the canvas to match the viewport, you can resize the canvas element itself whenever the window resizes with something like this:
it might be worthwhile to look into building this reactivity into the library itself, however this isn't really an advertised feature and as such is not a bug
That's it.
The text was updated successfully, but these errors were encountered: