pixi.js / packages / polyfill /
@Dave Moore Dave Moore authored on 20 Apr 2019
Matt Karl committed on 20 Apr 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 Updated dependencies (#5600) 6 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';