hwpjs — работа с файлами Hancom HWP и HWPX

vibe-coding

hwpjs is a Claude Code skill that assists with the open-source JavaScript/Rust library for reading and converting .hwp and .hwpx files — the proprietary format of Hancom Office, South Korea's primary word processor. The project is a Bun-workspace monorepo: the core parsing logic lives in a Rust crate (hwp-core), while the @ohah/hwpjs package targets Node.js, Web (WASM), and React Native. Key operations include converting HWP documents to JSON, Markdown, and full CSS-styled HTML — with tables and images — plus a CLI supporting batch conversion, image extraction, and file header inspection. The skill bundles HWP/HWPX format specifications alongside standard PR and release workflows, making it practical for developers who need to parse or transform Korean office documents in cross-platform applications.