UNPKG

link-styler

Version:

JavaScript package that simplifies the task of identifying links within text and applying custom styling by automatically replacing them with tags.

59 lines (58 loc) 1.08 kB
export declare const Data: { defualt: { color: string; svg: string; }; hashTag: { color: string; svg: string; }; atsign: { color: string; svg: string; }; "google.com": { color: string; svg: string; }; "youtube.com": { color: string; svg: string; }; "facebook.com": { color: string; svg: string; }; "linkedin.com": { color: string; svg: string; }; "stackoverflow.com": { color: string; svg: string; }; "github.com": { color: string; svg: string; }; "xbox.com": { color: string; svg: string; }; "microsoft.com": { color: string; svg: string; }; "skype.com": { color: string; svg: string; }; "android.com": { color: string; svg: string; }; "npmjs.com": { color: string; svg: string; }; };