🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

k8w-pixi-animate

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

k8w-pixi-animate

PIXI plugin for the PixiAnimate Extension (k8w modified)

latest
Source
npmnpm
Version
1.6.1
Version published
Maintainers
1
Created
Source

PIXI Animate

A plugin for Pixi.js which provides a runtime for content export using PixiAnimate Extension.

Build Status Dependency Status npm version

Running Content

Installing Library

To run content exported with PixiAnimate, you must load the JavaScript library within your project. You can install using Bower or NPM:

NPM

npm install pixi-animate

Dependencies

  • Pixi.js v4 is required

Documentation

http://jiborobot.github.io/pixi-animate/

Typescript

You can use require to get the namespace for PixiAnimate, or use a triple slash reference for using the PIXI.animate namespace.

// Note: Must also include the pixi.js typings globally!
import animate = require('pixi-animate');

let myMC:animate.MovieClip = new animate.MovieClip();
// Note: Must also include the pixi.js typings globally!
/// <reference path="node_modules/pixi-animate/ambient.d.ts" />
require('pixi-animate');

let myMC:PIXI.animate.MovieClip = new PIXI.animate.MovieClip();

License

Copyright (c) 2016 Jibo, Inc.

Released under the MIT License.

Keywords

webgl

FAQs

Package last updated on 06 Feb 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts