https://github.com/sergi/presentation_engine
Refactoring of LibreOffice's SVG presentation engine.
https://github.com/sergi/presentation_engine
Last synced: over 1 year ago
JSON representation
Refactoring of LibreOffice's SVG presentation engine.
- Host: GitHub
- URL: https://github.com/sergi/presentation_engine
- Owner: sergi
- Created: 2014-02-03T09:53:35.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-03T09:53:42.000Z (over 12 years ago)
- Last Synced: 2025-03-26T08:13:53.329Z (over 1 year ago)
- Language: JavaScript
- Size: 172 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is the presentation engine for LibreOffice's SVG presentation export. My
intention is to refactor it using some modern JavaScript while preserving
compatibility and reduce it in size.
Currently every presentation is exported into a SVG file that is minimum 400kb
(!!). That is cleary crazy, so I am hoping to improve that.