html-preview
v1.0.0
Published
Trim down an HTML string to a specific length.
Downloads
1,227
Readme
html-preview
Trim down an HTML string to a specific length.
Useful for creating previews for APIs which you can't control (e.g. RSS feeds)
Install
$ npm install --save html-preview
Usage
const preview = require('html-preview');
const html = '<span>text1</span><span>test2</span><span>test3</span>';
const limit = 10;
preview(html, limit); //=> '<span>text1</span><span>test2</span>'
License
MIT © ewnd9