A small, dependency-free JavaScript helper for projects that link to DigiBouquet AI. It exports factual site metadata and canonical URLs for the bouquet builder, AI gift-card creator, examples, guides, and pricing pages.
This is a site integration helper, not an official API SDK. It makes no network requests.
npm install digibouquetai-site-kit
import {
aiBouquetUrl,
pageUrl,
siteMetadata,
} from 'digibouquetai-site-kit';
console.log(siteMetadata.homepage);
console.log(pageUrl('aiGiftCard'));
console.log(aiBouquetUrl());
Useful DigiBouquet AI pages:
Source: bbwdadfg/digibouquetai-site-kit
The repository also contains the equivalent Go module and JSR TypeScript source, so consumers can use the same canonical link vocabulary across those ecosystems without adding network calls.
MIT licensed.
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |