1.0.0 • Published 12 months ago
@sadanandgadwal/html-to-plain-text v1.0.0
HTML to Plain Text Converter
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-text1.0.0
12 months ago