5.2.1 • Published 9 months ago

@crispcode/shimmer v5.2.1

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
9 months ago

shimmer

A PIXI.JS wrapper plugin for MODUX

Installation

npm install @CrispCode/shimmer

Documentation & Testing

Clone the shimmer repository to your machine and use the following commands:

To generate a documentation use npm run docs If you want to check functionality you can use npm run test

Shimmer classes

NameUsageDescription
Buttonimport { Button } from 'shimmer'The Button class is an extension of the standard Element class
Elementimport { Element } from 'shimmer'The base class for all Shimmer objects
Shimmerimport { Shimmer } from 'shimmer'The Shimmer component class, check Modux/Component for more information
Tweenimport { Tween } from 'shimmer'A class used to create animation tweens in Element or Shimmer
Videoimport { Video } from 'shimmer'A Video class which extends the Element class
Spriteimport { Sprite } from 'shimmer'PIXI.JS Sprite class
AnimatedSpriteimport { AnimatedSprite } from 'shimmer'PIXI.JS AnimatedSprite class
Textimport { Text } from 'shimmer'PIXI.JS Text class
Graphicsimport { Graphics } from 'shimmer'PIXI.JS Graphics class
Textureimport { Texture } from 'shimmer'PIXI.JS Texture class
BaseTextureimport { BaseTexture } from 'shimmer'PIXI.JS BaseTexture class