Use CarCutter WebPlayer as a WebComponent
Use CarCutter WebPlayer as a WebComponent
1. Install package: npm install @car-cutter/wc-webplayer
2. Define custom elements:
``js
import { defineCustomElements } from "@car-cutter/wc-webplayer";
defineCustomElements();
`
3. Use:
For more customization, take a look at the Online Documentation