1
0

feat: add character studio and aircraft foundation

This commit is contained in:
2026-08-11 19:32:32 -07:00
parent 1c37ef8f3e
commit c0c7fcf974
16 changed files with 2250 additions and 25 deletions
+16
View File
@@ -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";