Skip to main content

README.md

# gpt-image2ai-net-site-kit

Tiny package-ecosystem helper for [GPT Image2AI](https://gpt-image2ai.net).

It exposes the homepage, common URL builder helpers, and metadata for package registry documentation.

## Links

- Homepage: https://gpt-image2ai.net
- Source: https://github.com/bbwdadfg/gpt-image2ai-net-site-kit

## JavaScript

```js
const kit = require('gpt-image2ai-net-site-kit');
console.log(kit.homepage());
console.log(kit.buildUrl('/pricing'));
```