linkify-plugin-ip

v4.1.0
IP address plugin for linkifyjs
link autolink url email ip ipv4 ipv6

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

Metadata

  • MIT
  • Whatever
  • Hypercontext
  • released 1/4/2023

Downloads

Maintainers