mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-11 17:29:44 +00:00
9 lines
223 B
TypeScript
9 lines
223 B
TypeScript
import { image } from "@hk/photographer-toolbox"
|
|
|
|
// image
|
|
// .readImageMetadata(
|
|
// "/Users/hacker/Dev/projects/photographer-lib-deno/data/DJI_20241002175820_0054_D.JPG"
|
|
// )
|
|
// .then(console.log)
|
|
console.log(image);
|