README
Vimeo Player API Examples
These are some examples and helpful things for using the Vimeo Player in your projects.
Included are both Flash and JavaScript examples.
Vimeo froogaloop2 library for npm. Useful for browserify/webpack builds. More details about the video API @vimeo's repo: https://github.com/vimeo/player-api/blob/master/readme.mdown)
<script type="module">
import vimeoFroogaloop2 from 'https://cdn.skypack.dev/vimeo-froogaloop2';
</script>
These are some examples and helpful things for using the Vimeo Player in your projects.
Included are both Flash and JavaScript examples.