Use CarCutter WebPlayer as a WebComponent
- Install package:
npm install @car-cutter/wc-webplayer
- Define custom elements:
import { defineCustomElements } from "@car-cutter/wc-webplayer";
defineCustomElements();
- Use:
<cc-webplayer composition-url="..." />
For more customisation, take a look at the Online Documentation