mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 10:53:50 +02:00
640 B
640 B
Introduction
Install Mediabunny using your favorite package manager:
::: code-group
npm install mediabunny
yarn add mediabunny
pnpm add mediabunny
bun add mediabunny
:::
Both ESM and CommonJS are supported:
import * as Mediabunny from 'mediabunny';
const Mediabunny = require('mediabunny');
Alternativly, you can simply include the library using a script tag in your HTML:
<script src="path/to/mediabunny.js"></script>
You can download the built distribution file from the releases page.