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

24 Add layout functionality to any Container based. element #25

Closed CyberDex closed 1 year ago

CyberDex commented 1 year ago

Implements #24

Nothing changed on the base functionality side. Just additional option of .initLayout(options) to all the Containers. After the initialisation, you can access it by container.layout.