@aitube/exporter
v0.1.2
Published
Library to export a .clap to a video file. Used by AiTube.at
Maintainers
Readme
@aitube/exporter
Library to export a .clap to a video file. Used by AiTube.at"
ATTENTION
AiTube is currently in heavy development, so the exporter is experimental, and may be subject to unannounced breaking changes.
We are sorry for any inconvenience this might cause.
Installation
To install the package, run the following command:
npm install @aitube/exporterGetting Started
import {
getCharacterPrompt,
getCharacterReferencePrompt,
getSpeechBackgroundAudioPrompt,
getSpeechForegroundAudioPrompt,
getVideoPrompt,
deduplicate,
deduplicatePrompt,
} from '@aitube/engine'
Build Instructions
Install Bun
Run the following commands:
bun install
bun run buildTo publish:
bun run build
bun run build:declaration
bun run publishContributing
We welcome contributions! Please feel free to submit a pull request.
License
This package is under the MIT License. See LICENSE file for more details.
