famous-polyfills

polyfills to be used with the famous library

Usage no npm install needed!

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

README

Famo.us Polyfills


Various polyfills to be inclued with famo.us projects

  • functionPrototypeBind.js
  • requestAnimationFrame.js
  • classList.js

Usage


If you are using browserify you can simply npm install famous-polyfills and require('famous-polyfills') at the root of your app to load all the polyfills

Alternatively with bower you can individually include each js file as a script tag, or include them in your build step