UNPKG

badge-urls

Version:

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

16 lines (15 loc) 550 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.shieldsIO = __importStar(require("./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() {} // }