0.0.1 • Published 4 years ago

html-content-extractor v0.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

html-content-extractor

Extract main text content from web page

This library only works on rendered HTML document since it extracts contents based on the visual size of the elements.

Install

npm i -S html-content-extractor
# or
yarn add html-content-extractor

Usage

import { extractMainContent } from 'html-content-extractor'

extractMainContent() // => string | undefined