astro-preload
Version:
Download images at build time! Supports Iconify icons and arbitrary images.
38 lines (37 loc) • 758 B
JSON
{
"name": "astro-preload",
"description": "Download images at build time! Supports Iconify icons and arbitrary images.",
"version": "1.1.2",
"type": "module",
"exports": {
".": "./index.ts",
"./components": "./components/index.ts"
},
"files": [
"components",
"index.ts"
],
"repository": "https://github.com/lyonsyonii/astro-preload",
"author": {
"name": "Liam Garriga",
"email": "liam@garriga.dev",
"url": "https://garriga.dev"
},
"license": "MIT",
"keywords": [
"astro",
"astro-component",
"astro-integration",
"image",
"images",
"icon",
"icons",
"iconify",
"preload",
"fetch"
],
"devDependencies": {
"@types/node": "^20.2.5",
"astro": "^2.6.2"
}
}