PHP 8.2.30
Preview: README.md Size: 1.12 KB
//home/byroehnu/easepay.easetack.com/node_modules/linkifyjs/README.md

linkifyjs
===

[![npm version](https://badge.fury.io/js/linkifyjs.svg)](https://www.npmjs.com/package/linkifyjs)

Core [Linkify](https://linkify.js.org/) 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`
```js
const linkify = require('linkifyjs');
```
or with ES modules

```js
import * as linkify from 'linkifyjs';
```

Separate packages are available for each of the following features:
- [HTML strings](../linkify-html)
- [React component](../linkify-react)
- [jQuery plugin](../linkify-jquery)
- [DOM Elements](../linkify-element)
- [Plain-text](../linkify-string)
- [#hashtag plugin](../linkify-plugin-hashtag)
- [@mention plugin](../linkify-plugin-mention)
- [#ticket plugin](../linkify-plugin-ticket)
- [IP address plugin](../linkify-plugin-ip)
- [Keyword plugin](../linkify-plugin-keyword)

## Usage

[Read the full documentation](https://linkify.js.org/docs/linkifyjs.html).

## License

MIT

Directory Contents

Dirs: 1 × Files: 4

Name Size Perms Modified Actions
dist DIR
- drwxr-xr-x 2026-03-14 01:49:08
Edit Download
127 B lr--r--r-- 2026-03-14 01:49:08
Edit Download
1.03 KB lrw-r--r-- 2026-02-28 00:26:32
Edit Download
970 B lrw-r--r-- 2026-02-28 00:27:42
Edit Download
1.12 KB lrw-r--r-- 2026-02-28 00:27:46
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).