linkifyjs
TypeScript icon, indicating that this package has built-in type declarations

4.1.3 • Public • Published

linkifyjs

npm version

Core Linkify JavaScript library. Use Linkify and its related packages to detect URLs, email addresses and more in plain-text strings and convert them to HTML <a> anchor 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

Package Sidebar

Install

npm i linkifyjs

Weekly Downloads

1,098,615

Version

4.1.3

License

MIT

Unpacked Size

255 kB

Total Files

9

Last publish

Collaborators

  • nfrasser