UNPKG

badge-urls

Version:

Helper functions to generate URLs for all badges / shields from shields.io

14 lines (13 loc) 457 B
export * as shieldsIO from "./shields.io/index"; // badges is not useful because it pre-renders HTML // shields-badges-urls is not useful because it doesn't contain much // react-shields.io doesn't have anything useful either // import {} from "react-shields.io"; // class Badge { // constructor(options: BadgeOptions) {} // public url() {} // public label() {} // public imageMarkdown() {} // public imageHtml() {} // public hrefHtml() {} // }