platform/dev/doc-import-tool
Victor Ilyushchenko d6b7a38af9
Basic workflow for converting docx to unified format (#7779)
* Basic workflow for converting docx to unified format

Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>

* dep fix

Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>

* @vercel/webpack-asset-relocator-loader can't handle mammoth for some reason, moved dep to import-tool

Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>

---------

Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
2025-01-24 12:13:40 +03:00
..
config
src UBERF-8557 Save collaborative content as JSON (#7039) 2024-11-29 16:58:50 +07:00
.eslintrc.js
esbuild.js Windows build (#7158) 2024-11-12 11:58:20 +05:00
jest.config.js
package.json Basic workflow for converting docx to unified format (#7779) 2025-01-24 12:13:40 +03:00
readme.md
toc2.json ezqms-1160: fix slice type (#6280) 2024-08-07 20:22:18 +07:00
toc.json
tsconfig.json

Note: if vscode fails to resolve docx4js.d.ts types the following fragment need to be added to compilerOptions in tsconfig.json

    "typeRoots": [
      "./src/type",
      "./node_modules/@types"
    ],