feat: add script to generate branded Open Graph images

This commit is contained in:
Stefan Imhoff
2023-06-11 18:08:17 +02:00
parent 7d2857180f
commit 62a9178d39
4 changed files with 480 additions and 30 deletions

View File

@@ -10,6 +10,7 @@
"deploy": "netlify deploy --prod",
"deploy:preview": "netflify deploy",
"publish": "npm-run-all build deploy",
"og:generate": "node og-generate.cjs",
"plop": "plop",
"astro": "astro",
"cspell": "cspell --words-only --unique 'src' | sort --ignore-case >> .cspell/dictionary.txt",
@@ -58,6 +59,7 @@
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"jimp": "^0.22.8",
"lint-staged": "^13.2.2",
"netlify-cli": "^15.4.1",
"npm-run-all": "^4.1.5",