linkify-element

nfrasser
esm cjs
linkify-element JS library homepage linkify-element JS library on GitHub linkify-element JS library on npm Download linkify-element JS library

Browser DOM element interface for linkifyjs

Version 4.3.1 License MIT Vulnerabilities 0
linkify-element JS library homepage
linkify-element JS library on GitHub
linkify-element JS library on npm
Download linkify-element JS library
Keywords
linkautolinkurlemailbrowser

linkify-element

npm version

Linkify DOM Element Interface. Use linkify-element to detect URLs, email addresses and more within native HTML elements and replace them 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