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

@matrix-org/linkify-element

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

linkify-element

Linkify DOM Element Interface. Use linkify-element to replace links within native HTML elements with anchor tags.

Note that linkify-element is included with linkify-jquery, so you do not have to install it if you are using linkify-jquery.

Installation

Install from the command line with NPM

npm install linkifyjs linkify-element

Import into your JavaScript with require

const linkifyElement = require('linkify-element');

or with ES modules

import linkifyElement from 'linkify-element';

Usage

Read the full documentation.

License

MIT

Keywords