3d-pro-flipbook 1.0.0
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 +16 -0
- package/dist/pro-flipbook.es.js +11685 -0
- package/dist/pro-flipbook.umd.js +159 -0
- package/dist/style.css +1 -0
- package/package.json +45 -0
package/README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Pro Flipbook JS
|
|
2
|
+
|
|
3
|
+
A professional, lightweight, and responsive 3D PDF Flipbook library for the web.
|
|
4
|
+
|
|
5
|
+
## Features
|
|
6
|
+
- 📄 **PDF Support:** Renders PDFs directly into a flipbook.
|
|
7
|
+
- 📱 **Responsive:** Automatically resizes to fit the container.
|
|
8
|
+
- 🎨 **Customizable:** Change background colors and branding text.
|
|
9
|
+
- 🖱️ **Interactive:** Zoom, Drag to flip, and Mouse Wheel support.
|
|
10
|
+
|
|
11
|
+
## Installation
|
|
12
|
+
|
|
13
|
+
You can install the library via NPM:
|
|
14
|
+
|
|
15
|
+
```bash
|
|
16
|
+
npm install pro-flipbook-js
|