Skip to main content

README.md

# veo4-video-art-site-kit

Tiny package-ecosystem helper for [Veo4 Video](https://veo4-video.art).

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

## Links

- Homepage: https://veo4-video.art
- Source: https://github.com/bbwdadfg/veo4-video-art-site-kit

## JavaScript

```js
const kit = require('veo4-video-art-site-kit');
console.log(kit.homepage());
console.log(kit.buildUrl('/pricing'));
```