pixi.js 7.0.0-alpha.3 → 7.0.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -17,7 +17,7 @@ hardware acceleration without prior knowledge of WebGL. Also, it's fast. Really
17
17
 
18
18
  ### Setup
19
19
 
20
- PixiJS can be installed with [npm](https://docs.npmjs.com/getting-started/what-is-npm) to integrate with [Webpack](https://webpack.js.org/)](https://webpack.js.org/), [Browserify](http://browserify.org/), [Rollup](https://rollupjs.org/), [Electron](https://electron.atom.io/), [NW.js](https://nwjs.io/) or other module backed environments.
20
+ PixiJS can be installed with [npm](https://docs.npmjs.com/getting-started/what-is-npm) to integrate with [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/), [Rollup](https://rollupjs.org/), [Electron](https://electron.atom.io/), [NW.js](https://nwjs.io/) or other module backed environments.
21
21
 
22
22
  #### Install
23
23
 
@@ -32,7 +32,7 @@ import * as PIXI from 'pixi.js'
32
32
  ### Basic Usage Example
33
33
 
34
34
  ```js
35
- import { Application, Sprite } from 'pixi.js';
35
+ import { Application, Assets, Sprite } from 'pixi.js';
36
36
 
37
37
  // The application will create a renderer using WebGL, if possible,
38
38
  // with a fallback to a canvas render. It will also setup the ticker