Virtual try-on provider example
This example uses the Virtual try-on API to implement the required Virtual try-on provider parts that will transform shopper camera frames by adding virtual snowflakes (instead of ex. makeup)
Source code: https://github.com/bambuser/bam-app-examples/tree/main/vto-provider
Trying it out
Run the following commands:
npx degit bambuser/bam-app-examples/vto-provider#main bam-app-example-vto-provider
cd bam-app-example-vto-provider
npm install
npm run dev
The example should have been opened automatically in your browser, for further steps how to see the example in action see README.md file.
Was this page helpful?