Huakun Shen e9609cf8ee
Update Extension API (#25)
* feat: add file drop API to ui worker extension

* update: some shell API
2024-11-15 17:39:01 -05:00

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);