Package Exports
- linkify-plugin-mention
- linkify-plugin-mention/dist/linkify-plugin-mention.cjs
- linkify-plugin-mention/dist/linkify-plugin-mention.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-plugin-mention) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
linkify-plugin-mention
Detect and convert Twitter- and GitHub- style "at"-mentions (@mentions) to <a>
anchor tags with Linkify.
Installation
Install from the command line with NPM
npm install linkifyjs linkify-plugin-mention
Import into your JavaScript with require
const linkify = require('linkifyjs')
require('linkify-plugin-mention');
or with ES modules
import * as linkify from 'linkifyjs';
import 'linkify-plugin-mention';
Usage
License
MIT