mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
build: pptxtojson update
This commit is contained in:
parent
dddf6a96c3
commit
1ddbd3478d
14
package-lock.json
generated
14
package-lock.json
generated
@ -23,7 +23,7 @@
|
||||
"number-precision": "^1.6.0",
|
||||
"pinia": "^2.1.7",
|
||||
"pptxgenjs": "^3.12.0",
|
||||
"pptxtojson": "^0.1.3",
|
||||
"pptxtojson": "^0.1.4",
|
||||
"prosemirror-commands": "^1.5.2",
|
||||
"prosemirror-dropcursor": "^1.8.1",
|
||||
"prosemirror-gapcursor": "^1.3.2",
|
||||
@ -4011,9 +4011,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/pptxtojson": {
|
||||
"version": "0.1.3",
|
||||
"resolved": "https://registry.npmmirror.com/pptxtojson/-/pptxtojson-0.1.3.tgz",
|
||||
"integrity": "sha512-UKtoa9jiyMyZYHTiRTPjVdnByzGK0e7xcscpMTTBSUFVKvX1dnNGfYxqyY54RxppYm10ZVb4TJhmxBLnu+M0xw==",
|
||||
"version": "0.1.4",
|
||||
"resolved": "https://registry.npmmirror.com/pptxtojson/-/pptxtojson-0.1.4.tgz",
|
||||
"integrity": "sha512-cAWEPk5/vvj/vcm+eO+yfrwr2bRL6qpRyuIM4HPXKJdfTAwgR2lYeqO37A55eRy4j/SbtoIW6l1+J0yCR98F+g==",
|
||||
"dependencies": {
|
||||
"jszip": "^3.10.1",
|
||||
"tinycolor2": "1.6.0",
|
||||
@ -8098,9 +8098,9 @@
|
||||
}
|
||||
},
|
||||
"pptxtojson": {
|
||||
"version": "0.1.3",
|
||||
"resolved": "https://registry.npmmirror.com/pptxtojson/-/pptxtojson-0.1.3.tgz",
|
||||
"integrity": "sha512-UKtoa9jiyMyZYHTiRTPjVdnByzGK0e7xcscpMTTBSUFVKvX1dnNGfYxqyY54RxppYm10ZVb4TJhmxBLnu+M0xw==",
|
||||
"version": "0.1.4",
|
||||
"resolved": "https://registry.npmmirror.com/pptxtojson/-/pptxtojson-0.1.4.tgz",
|
||||
"integrity": "sha512-cAWEPk5/vvj/vcm+eO+yfrwr2bRL6qpRyuIM4HPXKJdfTAwgR2lYeqO37A55eRy4j/SbtoIW6l1+J0yCR98F+g==",
|
||||
"requires": {
|
||||
"jszip": "^3.10.1",
|
||||
"tinycolor2": "1.6.0",
|
||||
|
@ -28,7 +28,7 @@
|
||||
"number-precision": "^1.6.0",
|
||||
"pinia": "^2.1.7",
|
||||
"pptxgenjs": "^3.12.0",
|
||||
"pptxtojson": "^0.1.3",
|
||||
"pptxtojson": "^0.1.4",
|
||||
"prosemirror-commands": "^1.5.2",
|
||||
"prosemirror-dropcursor": "^1.8.1",
|
||||
"prosemirror-gapcursor": "^1.3.2",
|
||||
|
@ -138,8 +138,8 @@ export default () => {
|
||||
|
||||
const parseElements = (elements: Element[]) => {
|
||||
for (const el of elements) {
|
||||
const originWidth = el.width
|
||||
const originHeight = el.height
|
||||
const originWidth = el.width || 1
|
||||
const originHeight = el.height || 1
|
||||
const originLeft = el.left
|
||||
const originTop = el.top
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user