pixi.js / packages / polyfill /
@Matt Karl Matt Karl authored on 19 May 2019
..
src Adds Number.isInteger polyfill (#4779) 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.3 5 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';