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",