You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suresh 7185b2d1c4
Removed multer
3 years ago
..
dist Removed multer 3 years ago
lib Removed multer 3 years ago
plugins Removed multer 3 years ago
LICENSE Removed multer 3 years ago
README.md Removed multer 3 years ago
element.js Removed multer 3 years ago
html.d.ts Removed multer 3 years ago
html.js Removed multer 3 years ago
index.d.ts Removed multer 3 years ago
index.js Removed multer 3 years ago
package.json Removed multer 3 years ago
react.js Removed multer 3 years ago
string.d.ts Removed multer 3 years ago
string.js Removed multer 3 years ago

README.md

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