Virtual try-on data via product hydration example
This example showcases providing virtual try-on data via product hydration instead of asking app for such data
Source code: https://github.com/bambuser/bam-app-examples/tree/main/vto-product-hydration
Trying it out
Run the following commands:
npx degit bambuser/bam-app-examples/vto-product-hydration#main bam-app-example-vto-product-hydration
cd bam-app-example-vto-product-hydration
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.