README.md
# gpt-image-2-live-site-kit
Tiny package-ecosystem helper for [GPT Image 2 Live](https://gpt-image-2.live).
It exposes the homepage, common URL builder helpers, and metadata for package registry documentation.
## Links
- Homepage: https://gpt-image-2.live
- Source: https://github.com/bbwdadfg/gpt-image-2-live-site-kit
## JavaScript
```js
const kit = require('gpt-image-2-live-site-kit');
console.log(kit.homepage());
console.log(kit.buildUrl('/pricing'));
```