UNPKG

@twocaretcat/astro-snapshot

Version:

An Astro integration for generating screenshots of your pages automatically at build time. Perfect for creating social images, content previews, dynamic icons, and more!

64 lines 1.55 kB
{ "name": "@twocaretcat/astro-snapshot", "version": "2.1.0", "description": "An Astro integration for generating screenshots of your pages automatically at build time. Perfect for creating social images, content previews, dynamic icons, and more!", "keywords": [ "withastro", "astro", "astro-integration", "screenshot", "puppeteer", "puppeteer-screenshot", "social-preview", "social-images", "og-images", "preview", "image", "images", "seo", "typescript" ], "author": { "name": "John Goodliff", "url": "https://johng.io" }, "homepage": "https://github.com/twocaretcat/astro-snapshot", "repository": { "type": "git", "url": "git+https://github.com/twocaretcat/astro-snapshot.git" }, "license": "MIT", "bugs": "https://github.com/twocaretcat/astro-snapshot/issues", "main": "./script/index.js", "module": "./esm/index.js", "exports": { ".": { "import": "./esm/index.js", "require": "./script/index.js" } }, "scripts": {}, "funding": [ { "type": "individual", "url": "https://johng.io/funding" }, { "type": "GitHub Sponsors", "url": "https://github.com/sponsors/twocaretcat" }, { "type": "Patreon", "url": "https://patreon.com/twocaretcat" }, { "type": "Brave Creators", "url": "https://publishers.basicattentiontoken.org/en/c/johng" } ], "dependencies": { "astro": "^5.0.0", "puppeteer": "^24.26.1" }, "_generatedBy": "dnt@dev" }