---
title: "Usage as a library"
description: "How to use Mutaforma as a library in your own project."
head:
  - - meta
    - name: author
      content: mbrt-yeah
  - - meta
    - name: keywords
      content: documentation, mutaforma, docx, html, converter, usage, library
---

<script setup lang="ts">
    import UsageLibraryPage from "../../../_pages/usage/UsageLibraryPage.vue";
</script>

<UsageLibraryPage />