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
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
License
MIT