https://github.com/arvinh/reapptx
A small prototype of custom react renderer, let you render React component to pptx files.
https://github.com/arvinh/reapptx
pptx prototype react renderer
Last synced: 3 months ago
JSON representation
A small prototype of custom react renderer, let you render React component to pptx files.
- Host: GitHub
- URL: https://github.com/arvinh/reapptx
- Owner: ArvinH
- Created: 2020-03-01T08:53:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:10:44.000Z (over 3 years ago)
- Last Synced: 2025-04-13T00:43:41.905Z (about 1 year ago)
- Topics: pptx, prototype, react, renderer
- Language: JavaScript
- Homepage: https://blog.techbridge.cc/2020/03/02/custom-react-renderer-pptx/
- Size: 1.48 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [POC] Custom React renderer for pptx
## Introduction
A small prototype of custom react renderer, let you render React component to pptx files.
## Blog
[製作 Custom React renderer - 用 React 寫 ppt](https://blog.techbridge.cc/2020/03/02/custom-react-renderer-pptx/)
## How to
```
git clone https://github.com/ArvinH/reapptx
cd reapptx
npm install
npm run demo
```
## Reference
Use [officegen](https://github.com/Ziv-Barber/officegen) and follow with [this tutorial](https://github.com/nitin42/Making-a-custom-React-renderer).