1.0.0 • Published 12 months ago

@sadanandgadwal/html-to-plain-text v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

HTML to Plain Text Converter

npm version License: MIT Open Source Love PRs Welcome

A lightweight, universal HTML to plain text converter that works in React, Next.js, Node.js, and browser environments.

🌟 Features

  • Universal compatibility (Browser & Node.js)
  • React & Next.js optimized (Hooks & Components)
  • Customizable conversion (Preserve links, line breaks, etc.)
  • Lightweight (<5kb gzipped)
  • TypeScript support (Included type definitions)
  • Open Source (MIT Licensed)

📦 Installation

npm install html-to-plain-text
# or
yarn add html-to-plain-text
# or
pnpm add html-to-plain-text
1.0.0

12 months ago