diff --git a/icons/docx-editor.png b/icons/docx-editor.png new file mode 100644 index 000000000..57c0f0753 Binary files /dev/null and b/icons/docx-editor.png differ diff --git a/modules/docx-editor.yml b/modules/docx-editor.yml new file mode 100644 index 000000000..d1b92b7d4 --- /dev/null +++ b/modules/docx-editor.yml @@ -0,0 +1,19 @@ +name: docx-editor +description: >- + Docx editor library with canonical OOXML, tracked changes, and real-time + collaboration. Wraps @eigenpal/docx-editor-vue and auto-imports an SSR-safe + component. +repo: eigenpal/docx-editor#main/packages/nuxt +npm: '@eigenpal/nuxt-docx-editor' +icon: docx-editor.png +github: https://github.com/eigenpal/docx-editor +website: https://www.docx-editor.dev/ +learn_more: https://www.docx-editor.dev/ +category: Libraries +type: 3rd-party +maintainers: + - name: Jedr Blaszyk + github: jedrazb +compatibility: + nuxt: '>=3.0.0' + requires: {}