pptxtojson 0.0.1

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 ADDED
@@ -0,0 +1,14 @@
1
+ # 🎨 PPTX2JSON
2
+ 这是一个派生于 [PPTX2HTML](https://github.com/g21589/PPTX2HTML) 的工具。可以将 .pptx 文件解析为 JSON 数据。目前还不足以用于生产环境。
3
+
4
+ 在线DEMO:https://pipipi-pikachu.github.io/pptx2json/
5
+
6
+ 相较于原版:
7
+ - 使用更现代的语法和依赖重写(原项目年代较久远),方便阅读和理解;
8
+ - 删除了所有非核心代码,仅关注 XML 的解析过程;
9
+ - 输出 JSON 格式的解析结果;
10
+
11
+ # 📄 开源协议
12
+ GPL-3.0 LICENSE © [pipipi-pikachu](https://github.com/pipipi-pikachu)
13
+
14
+ 仅供学习,禁止商用