Plugins enhance the capabilities of CreativeEditor SDK (CE.SDK) by allowing developers to create and integrate custom plugins. These plugins can extend the functionality of CE.SDK, providing more features and customization options for users.
- Extensibility: Easily add new features to CE.SDK.
- Customization: Tailor the functionality of CE.SDK to meet specific needs.
- Compatibility: Designed to work seamlessly with the latest version of CE.SDK.
For more information about the particular plugins, please visit the according packages in this repository.
- Background Removal
- Cutouts
- QR Codes
- Remote Asset Source
- Vectorizer
- AI Generation
- AI Apps
- AI Text Generation
- AI Image Generation
- AI Video Generation
- AI Audio Generation
- AI Sticker Generation
This repository includes example applications demonstrating plugin usage:
- examples/ai - Dedicated demo application for AI plugins
- examples/web - General plugin demonstrations
- examples/gpt-demo - GPT integration example
# Install dependencies
pnpm install
# Run AI plugins demo
pnpm dev:ai
# Run all examples
pnpm dev