pixijs / layout

Library for arranging/resizing pixiJS rendered elements basing on css like configs
https://pixijs.io/layout/
MIT License
74 stars 5 forks source link

Refactor transformContainer to get rid of additional container #28

Closed CyberDex closed 1 year ago

CyberDex commented 1 year ago

Please Describe The Problem To Be Solved 'transformContainer' creates an instance of layout and put it inside, we could avoid this if Layout would be not extending Container, but having it as a parameter of constructor.