0.5.8 • Published 11 months ago

rpl-irfan v0.5.8

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

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

0.5.8

11 months ago