bbwdadfg/productshotai-site-kit
Composer 安装命令:
composer require bbwdadfg/productshotai-site-kit
包简介
URL helpers and metadata utilities for ProductShot AI - AI product photography generator for ecommerce product photos
README 文档
README
Public URL helpers and metadata constants for ProductShot AI, an AI product photography generator for ecommerce sellers.
What is ProductShot AI?
ProductShot AI helps ecommerce sellers generate product photos, white backgrounds, marketplace main images, and lifestyle product scenes from product images.
Features
- Build URLs for workbench, pricing, blog, support, legal, and localized pages
- Expose public metadata for ProductShot AI package integrations
- Preserve ProductShot's public English URL rule: English is prefixless, Simplified Chinese uses
/zh/ - Multi-ecosystem: available on npm, PyPI, crates.io, Go, RubyGems, pub.dev, Hex.pm, Clojars, and Docker Hub
- New package ecosystem helpers prepared for JSR, Maven Central/javadoc.io, NuGet, CocoaPods, LuaRocks, CPAN/MetaCPAN, Hackage, Chocolatey, GitHub Packages, and GitLab Package Registry
Installation
npm install productshotai-site-kit pip install productshotai-site-kit cargo add productshotai-site-kit go get github.com/bbwdadfg/productshotai-site-kit gem install productshotai-site-kit dart pub add productshotai_site_kit mix hex.install productshotai_site_kit
Additional ecosystem manifests and helper sources are included for trial publishing on newer channels:
- JSR:
jsr.json,mod.ts - CPAN/MetaCPAN:
Makefile.PL,lib/ProductShotAI/SiteKit.pm - Maven Central/javadoc.io:
src/main/java/app/productshotai/sitekit/SiteKit.java - NuGet:
nuget/ProductShotAI.SiteKit/ProductShotAI.SiteKit.csproj - CocoaPods:
ProductShotAISiteKit.podspec - LuaRocks:
productshotai-site-kit-0.1.0-1.rockspec - Hackage:
productshotai-site-kit.cabal - Chocolatey:
chocolatey/productshotai-site-kit.nuspec - Open VSX:
open-vsx/ - WordPress Plugin Directory:
wordpress/productshotai-site-kit/
Usage
// JavaScript / Node.js const { metadata, workbenchUrl, pricingUrl, localizedUrl } = require('productshotai-site-kit'); console.log(metadata().name); // => "ProductShot AI" console.log(pricingUrl()); // => "https://productshotai.app/#pricing" console.log(workbenchUrl()); // => "https://productshotai.app/#workbench" console.log(localizedUrl('zh', '/blog')); // => "https://productshotai.app/zh/blog/"
Links
- Website: https://productshotai.app
- Workbench: https://productshotai.app/#workbench
- Pricing: https://productshotai.app/#pricing
- Blog: https://productshotai.app/blog/
- Contact: https://productshotai.app/contact/
- GitHub: https://github.com/bbwdadfg/productshotai-site-kit
License
MIT
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-06-20