@nanggo/social-preview
Version:
Generate beautiful social media preview images from any URL
12 lines (11 loc) • 365 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.templates = void 0;
const classic_1 = require("./classic");
const minimal_1 = require("./minimal");
const modern_1 = require("./modern");
exports.templates = {
modern: modern_1.modernTemplate,
classic: classic_1.classicTemplate,
minimal: minimal_1.minimalTemplate,
};