npm.io
4.0.0-rc.6 • Published 4 years ago

@matrix-org/linkifyjs

Licence
MIT
Version
4.0.0-rc.6
Deps
0
Size
416 kB
Vulns
0
Weekly
0
Stars
2.0K

linkifyjs

Core Linkify JavaScript library. Use Linkify and its related packages to find links in plain-text and convert them to HTML <a> tags

Installation

Install from the command line with NPM

npm install linkifyjs

Import into your JavaScript with require

const linkify = require('linkifyjs');

or with ES modules

import * as linkify from 'linkifyjs';

Separate packages are available for each of the following features:

Usage

Read the full documentation.

License

MIT

Keywords