JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 121447
  • Score
    100M100P100Q157452F
  • License MIT

HTML String interface for linkifyjs

Package Exports

  • linkify-html
  • linkify-html/dist/linkify-html.cjs
  • linkify-html/dist/linkify-html.mjs

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (linkify-html) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

linkify-html

npm version

Linkify HTML String Interface. Use linkify-html to detect URLs, email addresses and more in strings that contain HTML markup and replace them with anchor <a> tags.

Installation

Install from the command line with NPM

npm install linkifyjs linkify-html

Import into your JavaScript with require

const linkifyHtml = require('linkify-html');

or with ES modules

import linkifyHtml from 'linkify-html';

Usage

Read the full documentation.

License

MIT