UNPKG

link-view

Version:

A Node.js package to generate link previews from URLs

9 lines (8 loc) 286 B
// Import functionality from your source files const { fetchWithFallback } = require('./src/preview'); const { generateLinkPreview } = require('./src/generate'); // Export the functions that users will access module.exports = { fetchWithFallback, generateLinkPreview };