Virtual try-on session tool example
This example uses the Virtual try-on API to replace the built in Virtual try-on session tool with custom UI on both agent and shopper side. This examples builds the VTO session tool UI with the help of React. It also adds an example VTO provider to enable the vto capabilities, this is not a reqirement and can be provided by another app or the Bambuser built-in VTO capabilities.
Source code: https://github.com/bambuser/bam-app-examples/tree/main/vto-session-tool
Trying it out
Run the following commands:
npx degit bambuser/bam-app-examples/vto-session-tool#main bam-app-example-vto-session-tool
cd bam-app-example-vto-session-tool
npm install
npm run dev
The example should have been opened automatically in your browser, for futher steps how to see the example in action see README.md file.