linkify-plugin-ip
TypeScript icon, indicating that this package has built-in type declarations

4.1.3 • Public • Published

linkify-plugin-ip

npm version

Detect and convert IPv4 and IPv6 addresses to <a> anchor tags with Linkify.

Installation

Install from the command line with NPM

npm install linkifyjs linkify-plugin-ip

Import into your JavaScript with require

const linkify = require('linkifyjs')
require('linkify-plugin-ip');

or with ES modules

import * as linkify from 'linkifyjs';
import 'linkify-plugin-ip';

Usage

Read the full documentation.

License

MIT

Package Sidebar

Install

npm i linkify-plugin-ip

Weekly Downloads

124

Version

4.1.3

License

MIT

Unpacked Size

19.6 kB

Total Files

9

Last publish

Collaborators

  • nfrasser