Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pixi-spine

Package Overview
Dependencies
Maintainers
2
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pixi-spine - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

4

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc