pixi.js / packages / polyfill /
@Matt Karl Matt Karl authored on 17 Mar 2018
..
src Texture and Resources Refactor (v5) (#4507) 7 years ago
LICENSE Update LICENSE files to 2018 (#4585) 7 years ago
README.md Next Restructure for v5 (#4387) 7 years ago
package.json v5.0.0-alpha.2 7 years ago
README.md

@pixi/polyfill

Support for legacy browser JavaScript environments. Polyfills included:

  • Math.sign
  • Object.assign
  • requestAnimationFrame
  • ArrayBuffer
  • Float32Array
  • Uint32Array
  • Uint16Array

Installation

npm install @pixi/polyfill

Usage

import '@pixi/polyfill';