0.13.0 • Published 6 months ago

@car-cutter/vanilla-webplayer v0.13.0

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

12 months ago

0.12.0

7 months ago

0.13.0

6 months ago

0.10.0

1 year ago

0.9.0

1 year ago

0.8.0

1 year ago

0.7.0

1 year ago

0.6.1

1 year ago

0.6.0

1 year ago

0.5.0

1 year ago

0.4.2

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago