@hwaterke/media-probe@0.0.7Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
hwaterke/media-probeLibrary to help probing media files for metadata.
This package works with Node.jsIt is unknown whether this package works with Cloudflare Workers, Deno, Bun, Browsers




JSR Score
64%
Published
10 months ago (0.0.7)
media-probe
Library to help probing media files for metadata.
Requirements
This library expects the following tools to be installed on the system:
- exiftool
Development
Publishing
To publish a new version of the library, update the version in both jsr.json
and package.json
. Run npm install
and push to master. The CI will take care
of the rest.
Built and signed on
GitHub Actions
Add Package
deno add jsr:@hwaterke/media-probe
Import symbol
import * as media_probe from "@hwaterke/media-probe";
Import directly with a jsr specifier
import * as media_probe from "jsr:@hwaterke/media-probe";
Add Package
pnpm i jsr:@hwaterke/media-probe
pnpm dlx jsr add @hwaterke/media-probe
Import symbol
import * as media_probe from "@hwaterke/media-probe";
Add Package
yarn add jsr:@hwaterke/media-probe
yarn dlx jsr add @hwaterke/media-probe
Import symbol
import * as media_probe from "@hwaterke/media-probe";
Add Package
npx jsr add @hwaterke/media-probe
Import symbol
import * as media_probe from "@hwaterke/media-probe";
Add Package
bunx jsr add @hwaterke/media-probe
Import symbol
import * as media_probe from "@hwaterke/media-probe";