We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c4bc9 commit f46cac1Copy full SHA for f46cac1
README.md
@@ -17,7 +17,7 @@
17
```
18
19
```js
20
-import { parse } from 'pptxtojson/dist/index.esm'
+import { parse } from 'pptxtojson'
21
22
document.querySelector('input').addEventListener('change', evt => {
23
const file = evt.target.files[0]
rollup.config.js
@@ -25,7 +25,6 @@ export default {
25
{
26
file: 'dist/index.js',
27
format: 'es',
28
- name: 'pptxtojson',
29
sourcemap: true,
30
},
31
],
0 commit comments