UNPKG

quill2-smart-links

Version:

Autodetects links with format "http(s)://..." that were entered or pasted into Quill 2.0 and converts them into <a> elements.

9 lines (8 loc) 187 B
import Quill from "quill"; type SmartLinksOptions = { linkRegex?: RegExp; }; export declare class SmartLinks { constructor(quill: Quill, options: SmartLinksOptions); } export {};