feat: add character studio and aircraft foundation
This commit is contained in:
@@ -49,3 +49,19 @@ export {
|
||||
type WebcamFaceConsentStatus,
|
||||
type WebcamFaceConsentTransition,
|
||||
} from "./webcamConsent.ts";
|
||||
|
||||
export {
|
||||
createProfileEditor,
|
||||
type ProfileEditor,
|
||||
type ProfileEditorOptions,
|
||||
type ProfileEditorState,
|
||||
} from "./editor.ts";
|
||||
|
||||
export {
|
||||
createWebcamFaceTexture,
|
||||
type WebcamFaceTextureAdapter,
|
||||
type WebcamFaceTextureBinding,
|
||||
type WebcamFaceTextureOptions,
|
||||
type WebcamFaceTextureState,
|
||||
type WebcamFaceTextureStatus,
|
||||
} from "./webcamFaceTexture.ts";
|
||||
|
||||
Reference in New Issue
Block a user