document.addEventListener("DOMContentLoaded", function () {
if (typeof DFLIP !== "undefined") {
new DFLIP.DFlip("#myFlipBook", {
backgroundColor: "#ffffff",
webgl: true,
height: 600
});
} else {
console.error("DFLIP library not loaded");
}
});