0.10.0 • Published 9 months ago

@car-cutter/vanilla-webplayer v0.10.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
9 months ago

Vanilla WebPlayer

Use CarCutter WebPlayer with Vanilla JS/TS

Usage

  1. Install package: npm install @car-cutter/vanilla-webplayer
  2. Import: import { appendWebPlayer } from "@car-cutter/vanilla-webplayer"
  3. Use:
const targetElement = document.getElementById("target");

appendWebPlayer(targetElement, {
  compositionUrl: url,
});

Next Steps

For more customisation, take a look at the Online Documentation

0.10.0

9 months ago

0.9.0

9 months ago

0.8.0

10 months ago

0.7.0

10 months ago

0.6.1

10 months ago

0.6.0

10 months ago

0.5.0

10 months ago

0.4.2

10 months ago

0.4.1

10 months ago

0.4.0

10 months ago

0.3.2

10 months ago

0.3.1

10 months ago

0.3.0

10 months ago