https://github.com/steditor/beamerviewer
Show PDF presentations on multiple screens with your browser.
https://github.com/steditor/beamerviewer
beamer pdf-viewer presentation slideshow
Last synced: about 2 months ago
JSON representation
Show PDF presentations on multiple screens with your browser.
- Host: GitHub
- URL: https://github.com/steditor/beamerviewer
- Owner: Steditor
- License: mit
- Created: 2018-08-02T14:28:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-12T13:18:51.000Z (about 6 years ago)
- Last Synced: 2025-02-01T12:45:28.976Z (3 months ago)
- Topics: beamer, pdf-viewer, presentation, slideshow
- Language: TypeScript
- Homepage: https://steditor.github.io/beamerviewer/
- Size: 1.17 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BeamerViewer
Show PDF presentations on multiple screens with your browser.
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
## Changelog
- [1.3.2] Update Angular and npm dependencies
- [1.3.1] Add favicon
- [1.3.0] Register F5 and F11 for fullscreen, improve hotkey handling
- [1.2.2] Fix preview slides not updating on new presentation
- [1.2.1] Fill slide background white for transparent PDFs
- [1.2.0] Scale slides to available space
- [1.1.0] Add pause button to timer
- [1.0.0] Initial version