Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ibra-kdbra/Paginis
A PDF flipbook that can be useful for viewing a PDF file as a book with a realistic experience.
https://github.com/ibra-kdbra/Paginis
brilliant-solutions css jquery playlist quotes threejs webgl
Last synced: 5 days ago
JSON representation
A PDF flipbook that can be useful for viewing a PDF file as a book with a realistic experience.
- Host: GitHub
- URL: https://github.com/ibra-kdbra/Paginis
- Owner: ibra-kdbra
- License: apache-2.0
- Created: 2024-10-12T21:41:15.000Z (24 days ago)
- Default Branch: main
- Last Pushed: 2024-10-27T19:36:20.000Z (10 days ago)
- Last Synced: 2024-10-27T23:59:46.086Z (9 days ago)
- Topics: brilliant-solutions, css, jquery, playlist, quotes, threejs, webgl
- Language: CSS
- Homepage: https://paginis.vercel.app
- Size: 1.43 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Paginis
A PDF flipbook website designed to make your life easier. It can take a PDF as input and generate a flipbook, whether it's a URL, local file, or a featured YouTube playlist to play while reading.## Tech Stack
[![Tech Stack](https://skillicons.dev/icons?i=threejs,js,jquery,css,html,tailwindcss,svg)](https://skillicons.dev)## Issues
### Flipbook pages are not visible/defective in PDF
Check the pdf if using the link Make sure that cross-origin resource sharing is enabled## File Structure
Click to expand!
This flipbook plugin is jQuery-based. Basically, you can copy the files in folder to your working directory. You don't need to include the lib folder..```sh
βββ πpdf-flipbook
βββ πlib
βββ πcss
βββ min.css
βββ style.css
βββ themify-icons.min.css
βββ πfonts
βββ themify.eot
βββ themify.svg
βββ themify.ttf
βββ themify.woff
βββ πimages
βββ πpdfjs
βββ πtextures
βββ white.jpg
βββ loading.gif
βββ viewer.svg
βββ πjs
βββ πlibs
βββ πcmaps
βββ compatibility.js
βββ jquery.min.js
βββ mockup.min.js
βββ pdf.min.js
βββ pdf.worker.min.js
βββ three.min.js
βββ dflip.min.js
βββ load.js
βββ quotes.js
βββ πsound
βββ turn.mp3
βββ turn2.mp3
βββ turn2a.mp3
βββ turn3.mp3
βββ .gitignore
βββ index.html
βββ README.md```
## File Template
And ensure the following files are included in the html.CSS:
```css
```
JavaScript:Note: Include them just before
PDF Example