chatgptimage2-org
v0.1.0
Published
Website metadata package for https://chatgptimage2.org, focused on ChatGPT Image 2 blog publishing workflows.
Downloads
23
Readme
chatgptimage2-org
npm metadata package for chatgptimage2.org.
This package provides a small helper for referencing the ChatGPT Image 2 website from publishing scripts, integration tools, and JavaScript projects that need the site's homepage and blog content path.
Installation
npm install chatgptimage2-orgUsage
const { metadata, getSiteInfo } = require("chatgptimage2-org");
console.log(metadata.homepage);
console.log(getSiteInfo());Site Notes
- Website: https://chatgptimage2.org
- Local content path:
content/blog - Next.js app path:
src/app - Source: https://github.com/youram470-art/chatgptimage2-org-npm
License
MIT
