pixi-spine
Advanced tools
Comparing version 2.0.4 to 2.0.5
{ | ||
"name": "pixi-spine", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "Spine implementation for pixi v^5", | ||
@@ -55,4 +55,4 @@ "author": "Mat Groves", | ||
"typedoc": "^0.9.0", | ||
"typescript": "^2.8.3" | ||
"typescript": "^3.5.3" | ||
} | ||
} |
@@ -51,2 +51,28 @@ # pixi-spine | ||
## Two-color tint | ||
Light-dark tint is supported with help of [pixi-heaven](https://github.com/gameofbombs/pixi-heaven) | ||
```js | ||
let spine = new PIXI.heaven.Spine(spineData); | ||
``` | ||
## WebPack and Angular | ||
Possible webpack way: | ||
```js | ||
import * as PIXI from "pixi.js'; | ||
window.PIXI = PIXI; | ||
import "pixi-spine"; | ||
``` | ||
Angular: | ||
```ts | ||
import * as PIXI from "pixi.js"; | ||
global.PIXI = PIXI; | ||
require("pixi-spine"); | ||
``` | ||
## Using webpack or browserify? | ||
@@ -53,0 +79,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1208906
8812
128