JSPM

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

Browser DOM element interface for linkifyjs

Package Exports

  • linkify-element

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-element) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

linkify-element

Linkify DOM Element Interface. Use linkify-element to replace links within native HTML elements with anchor tags.

Note that linkify-element is included with linkify-jquery, so you do not have to install it if you are using linkify-jquery.

Installation

Install from the command line with NPM

npm install linkifyjs linkify-element

Import into your JavaScript with require

const linkifyElement = require('linkify-element');

or with ES modules

import linkifyElement from 'linkify-element';

Usage

Read the full documentation.