From c4fb325329fb7081338d0699241f12b97654725d Mon Sep 17 00:00:00 2001 From: Vanilagy <1696106+Vanilagy@users.noreply.github.com> Date: Thu, 3 Jul 2025 11:39:46 +0200 Subject: [PATCH] Clarify "media" = video/audio --- docs/index.md | 4 ++-- package-lock.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index 96d8a83..61bb1e6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,7 +6,7 @@ title: Mediabunny hero: name: Mediabunny text: Complete media toolkit - tagline: A JavaScript library for reading, writing, and converting media files. Directly in the browser, and faster than anybunny else. + tagline: A JavaScript library for reading, writing, and converting video and audio files. Directly in the browser, and faster than anybunny else. image: src: /mediabunny-logo.svg alt: Mediabunny logo @@ -124,7 +124,7 @@ npm install mediabunny
Mediabunny allows you efficiently read data from any media file, no matter the size: duration, resolution, rotation, tracks, codecs and other metadata, as well as raw or decoded media data from anywhere in the file. Load only what you need.
+Mediabunny allows you efficiently read data from any video or audio file, no matter the size: duration, resolution, rotation, tracks, codecs and other metadata, as well as raw or decoded media data from anywhere in the file. Load only what you need.
Docs diff --git a/package-lock.json b/package-lock.json index 5cd72df..bf4ade0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mediabunny", - "version": "0.1.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mediabunny", - "version": "0.1.0", + "version": "1.0.0", "license": "MPL-2.0", "dependencies": { "@types/dom-mediacapture-transform": "^0.1.11",