🖐️
Vue PIXI Wrapper
  • Introduction
  • Components
    • Application
    • Display Object
    • Container
    • Graphics
    • Sprite
    • Text
    • Bitmap Text
    • Tiling Sprite
    • Animated Sprite
    • Mesh
    • Nine Slice Plane
    • Simple Plane
    • Simple Rope
    • Particle Container
    • FAQ
  • Examples
    • DEMOS-BASIC
      • Container
      • Transparent Background
      • Tinting
      • Particle Container
    • DEMOS-ADVANCED
      • BlendModes
      • Slots
      • Scratchcard
      • Mouse Trail
      • Star Warp
Powered by GitBook
On this page

Was this helpful?

  1. Components

FAQ

Can view PIXI devtool in Chrome developer tool window

Add this to your main.js file

import * as PIXI from 'pixi.js'
window.PIXI = PIXI
// you may want to remove them in production

PreviousParticle ContainerNextDEMOS-BASIC

Last updated 5 years ago

Was this helpful?