Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
@pixi/layout
Advanced tools
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:
Depending on your version of PixiJS, you'll need to figure out which major version of PixiLayout to use.
PixiJS | PixiLayout |
---|---|
v7.x | v1.x |
v8.x | v2.x |
npm i @pixi/layout
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%`,
},
});
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
This content is released under the (http://opensource.org/licenses/MIT) MIT License.
FAQs
It is a library for arranging and resize pixi elements
The npm package @pixi/layout receives a total of 210 weekly downloads. As such, @pixi/layout popularity was classified as not popular.
We found that @pixi/layout demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.