pixi.js / packages / polyfill /
@Matt Karl Matt Karl authored on 8 Nov 2017
GitHub committed on 8 Nov 2017
..
src Next Restructure for v5 (#4387) 7 years ago
LICENSE Next Restructure for v5 (#4387) 7 years ago
README.md Next Restructure for v5 (#4387) 7 years ago
package.json Improved Deprecation Strategy: Take 2 (#4410) 7 years ago
rollup.config.js Improved Deprecation Strategy: Take 2 (#4410) 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';