pptxtojson 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/index.html +125 -125
- package/package.json +49 -39
- package/src/border.js +1 -1
- package/src/fill.js +1 -1
- package/src/fontStyle.js +1 -1
- package/src/pptxtojson.js +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# 🎨
|
|
1
|
+
# 🎨 pptxtojson
|
|
2
2
|
这是一个可以将 .pptx 文件转为可读的 json 数据的 JavaScript 库。
|
|
3
3
|
|
|
4
|
-
在线DEMO:https://pipipi-pikachu.github.io/
|
|
4
|
+
在线DEMO:https://pipipi-pikachu.github.io/pptxtojson/
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
# 🔨安装
|
|
@@ -196,7 +196,7 @@ document.querySelector('input').addEventListener('change', evt => {
|
|
|
196
196
|
| elements | Element[] | 子元素集合
|
|
197
197
|
|
|
198
198
|
### 更多类型请参考 👇
|
|
199
|
-
[https://github.com/pipipi-pikachu/
|
|
199
|
+
[https://github.com/pipipi-pikachu/pptxtojson/blob/master/dist/index.d.ts](https://github.com/pipipi-pikachu/pptxtojson/blob/master/dist/index.d.ts)
|
|
200
200
|
|
|
201
201
|
# 🙏 感谢
|
|
202
202
|
> 本仓库主要参考了 [PPTX2HTML](https://github.com/g21589/PPTX2HTML) 、[PPTXjs](https://github.com/meshesha/PPTXjs) 的实现
|