An open API service indexing awesome lists of open source software.

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.

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).