react-pixi-layout

0.5.7 • Public • Published

react-pixi-layout

React Fiber renderer for pixi.js with flexbox layout

NPM JavaScript Style Guide

Example

(https://codesandbox.io/s/r0lkjp8k1p)

Install

npm install --save react-pixi-layout

Usage

import React, { Component } from 'react'

import { Stage, Text } from 'react-pixi-layout'

class Example extends Component {
  render () {
    return (
      <Stage width={ 640 } height={ 480 }>
      	<Text text="Hello world" />
      </Stage>
    );
  }
}

License

MIT © lunarraid

Readme

Keywords

none

Package Sidebar

Install

npm i react-pixi-layout

Weekly Downloads

2

Version

0.5.7

License

MIT

Unpacked Size

5.93 MB

Total Files

6

Last publish

Collaborators

  • lunarraid