Skip to content

Import Word

  • Import Word Extension for Tiptap Editor.

Usage

sh
npm install mammoth
sh
pnpm install mammoth
sh
yarn add mammoth
tsx
import { ImportWord } from 'reactjs-tiptap-editor'; 

const extensions = [
  ...,
  // Import Extensions Here
   ImportWord, 
];

Source

SourceDocs

Contributors

Changelog

v0.1.14 on 1/11/2025
761ac - fix: import Word file by mammoth
v0.0.21 on 8/23/2024
42653 - feat: basic import word, export word

Made with ❤️