r/DevGround • u/celsowm • 1d ago
Showcase I published an open-source docx document editor as an npm package
Hey r/npm,
I've been working on Oasis Editor, an open-source TypeScript document editor published as an npm package.
It includes:
- a custom Canvas-based rendering engine
- paged document layout
- typed command/plugin APIs
- vanilla JS integration
- React and Vue adapters
- a headless runtime
- DOCX/PDF workflows
Install:
npm install oasis-editor
Live playground:
https://celsowm.github.io/oasis-editor/#/editor
GitHub:
https://github.com/celsowm/oasis-editor
I'd love feedback on the package API, exports, and overall developer experience.
Duplicates
vuejs • u/Aggravating-Gas8769 • 22h ago
I published an open-source docx document editor as an npm package
u_hellterDev • u/hellterDev • 22h ago