2.0.1 • Published 16 days ago

@pixi/layout v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
16 days ago

We are now a part of the Open Collective and with your support you can help us make PixiJS even better. To make a donation, simply click the button below and we'll love you forever!

Here are some useful resources:

Compatibility

Depending on your version of PixiJS, you'll need to figure out which major version of PixiLayout to use.

PixiJSPixiLayout
v7.xv1.x
v8.xv2.x

Install

npm i @pixi/layout

Usage

import { Layout } from "@pixi/layout";

new Layout({
    content: {
        content: Sprite.from("bunny.png"),
        styles: {
            position: "center",
            maxWidth: "100%",
            minHeight: "100%",
        },
    },
    styles: {
        background: "red",
        position: "center",
        width: `100%`,
        height: `100%`,
    },
});

Contribute

Want to be part of the PixiUI project? Great! All are welcome! We will get there quicker together :) Whether you find a bug, have a great feature request, or you fancy owning a task from the road map above, feel free to get in touch.

Make sure to read the Contributing Guide before submitting changes.

Also you can check the Controllers influence schemas

License

This content is released under the (http://opensource.org/licenses/MIT) MIT License.

1.0.1

16 days ago

2.0.1

16 days ago

1.0.0

2 months ago

2.0.0

2 months ago

0.3.12

3 months ago

0.3.11

4 months ago

0.3.10

4 months ago

0.3.9

4 months ago

0.3.6

5 months ago

0.3.5

5 months ago

0.3.8

5 months ago

0.3.7

5 months ago

0.3.0

9 months ago

0.2.0

9 months ago

0.3.2

9 months ago

0.3.1

9 months ago

0.3.4

7 months ago

0.3.3

7 months ago

0.1.2

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago