Files
huly-platform/dev/doc-import-tool
Victor IlyushchenkoandGitHub 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
..
2024-07-28 14:55:43 +07:00
2024-07-28 14:55:43 +07:00
2024-11-12 11:58:20 +05:00
2024-07-28 14:55:43 +07:00
2024-08-07 20:22:18 +07:00
2024-07-28 14:55:43 +07:00
2024-07-28 14:55:43 +07:00

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"
    ],