3d-pro-flipbook 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/pro-flipbook.es.js +5064 -5053
- package/dist/pro-flipbook.umd.js +31 -31
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -159,6 +159,7 @@ You can pass an options object as the third argument.
|
|
|
159
159
|
|
|
160
160
|
```bash
|
|
161
161
|
new ProFlipbook("#id", "file.pdf", {
|
|
162
|
+
soundUrl: './page-flip.mp3', // Give your own page flip sound file path
|
|
162
163
|
brandText: "3D Flip Book", // This text shown on the loader and book last page
|
|
163
164
|
backgroundColor: "#333", // The background color of the viewer area
|
|
164
165
|
brandFontColor: "#fff", // The brand title color in last page
|