How do you get NGL to fill its container? I am getting a canvas that's smaller then it's viewport. In addition, the area that is being drawn on is smaller than the canvas. So I have two sets of "borders" and no idea where they came from.
Calling stage.handleResize() should make the NGL canvas the size of its parent container.
Most helpful comment
Calling
stage.handleResize()should make the NGL canvas the size of its parent container.