hMatoba / piexifjs

Read and modify exif in client-side or server-side JavaScript.
MIT License
572 stars 119 forks source link

'constants' and 'Tags' missing in npm package #74

Open BePo65 opened 4 years ago

BePo65 commented 4 years ago

I have problems with 'get-exif' package related to piexifs (see get-exif issue #1). The package 'get-exif' uses 'piexifjs:2.0.0-beta.7'.

Tracing down the messages I noticed that the exports in the 'piexifjs' npm package are missing the 'export.constants' and the 'export.Tags'.

As I never created a npm package I don't know, if this is by design or if something happened publishing the 'piexifjs' npm package.

By the way: the same is true for 'piexifjs:2.0.0-beta.9'.