Use CarCutter WebPlayer in your Vue.js app
- Install package:
npm install @car-cutter/vue-webplayer
- Import:
import { WebPlayer } from "@car-cutter/vue-webplayer"
- Use:
<WebPlayer :compositionUrl="url" />
For more customisation, take a look at the Online Documentation