Skip to main content
Home

Built and signed on GitHub Actions

Works with
This package works with Node.js, Deno, BunIt is unknown whether this package works with Cloudflare Workers, Browsers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
It is unknown whether this package works with Browsers
JSR Score35%
Publisheda year ago (0.1.12)

A simple toolbox library for photographers, read/write metadata for image/video files.

This module contains functions to read image metadata using exiftool

Built and signed on
GitHub Actions

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@hk/photographer-toolbox

Import symbol

import * as photographer_toolbox from "@hk/photographer-toolbox";
or

Import directly with a jsr specifier

import * as photographer_toolbox from "jsr:@hk/photographer-toolbox";

Add Package

pnpm i jsr:@hk/photographer-toolbox
or (using pnpm 10.8 or older)
pnpm dlx jsr add @hk/photographer-toolbox

Import symbol

import * as photographer_toolbox from "@hk/photographer-toolbox";

Add Package

yarn add jsr:@hk/photographer-toolbox
or (using Yarn 4.8 or older)
yarn dlx jsr add @hk/photographer-toolbox

Import symbol

import * as photographer_toolbox from "@hk/photographer-toolbox";

Add Package

vlt install jsr:@hk/photographer-toolbox

Import symbol

import * as photographer_toolbox from "@hk/photographer-toolbox";

Add Package

npx jsr add @hk/photographer-toolbox

Import symbol

import * as photographer_toolbox from "@hk/photographer-toolbox";

Add Package

bunx jsr add @hk/photographer-toolbox

Import symbol

import * as photographer_toolbox from "@hk/photographer-toolbox";