yuzu-polyfills

Older browsers support for Yuzu

Usage no npm install needed!

<script type="module">
  import yuzuPolyfills from 'https://cdn.skypack.dev/yuzu-polyfills';
</script>

README

yuzu-polyfills

legacy environments support polyfills

The yuzu-polyfills package provides support for Yuzu in legacy environments like Internet Explorer 11 and Safari 9.

Included Polyfills

Installation

As NPM Package

npm install yuzu-polyfills --save

# or

yarn add yuzu-polyfills

CDN Delivered <script>

Add the following script tag before including yuzu

<script src="https://unpkg.com/yuzu-polyfills"></script>

Usage

If you are using a package bundler like Webpack, import this module at the very top of your entry point file:

import 'yuzu-polyfills';