0.10.0 • Published 10 months ago

@car-cutter/vanilla-webplayer v0.10.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
10 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

10 months ago

0.9.0

10 months ago

0.8.0

11 months ago

0.7.0

11 months ago

0.6.1

11 months ago

0.6.0

11 months ago

0.5.0

11 months ago

0.4.2

11 months ago

0.4.1

11 months ago

0.4.0

11 months ago

0.3.2

11 months ago

0.3.1

11 months ago

0.3.0

11 months ago