npm.io
4.3.3 • Published 4 months ago

linkify-html

Licence
MIT
Version
4.3.3
Deps
0
Size
128 kB
Vulns
0
Weekly
0
Stars
2.0K

linkify-html

npm version

Linkify HTML String Interface. Use linkify-html to detect URLs, email addresses and more in strings that contain HTML markup and replace them with anchor <a> tags.

Installation

Install from the command line with NPM

npm install linkifyjs linkify-html

Import into your JavaScript with require

const linkifyHtml = require('linkify-html');

or with ES modules

import linkifyHtml from 'linkify-html';

Usage

Read the full documentation.

License

MIT

Keywords