Getting Started
The Flipbook JavaScript API allows you to interact with flipbooks, executing commands and subscribing to events.
Setting up the API for embedded Flipbooks
<script src='https://cdn.ipaper.io/flipbooks/api/v3/latest.js'></script><script>
const iframe = document.getElementById('myFlipbook');
const instance = iPaperJsApi(iframe, 3);
</script>Setting up the API in Custom Scripting
<script>
const instance = iPaperJsApi(3);
</script>Last updated