Skip to content

Commit

Permalink
Upgrade to piexif-ts
Browse files Browse the repository at this point in the history
Local changes were merged and published
  • Loading branch information
szapp committed Mar 11, 2024
1 parent 605c1c0 commit 6cf699e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"exifr": "^7.1.3",
"fraction.js": "^4.3.7",
"heic-convert": "^2.1.0",
"piexif-ts-0232": "github:szapp/piexif-ts-0232"
"piexif-ts": "^2.1.0"
},
"engines": {
"node": ">=14.0.0"
Expand Down
2 changes: 1 addition & 1 deletion src/convert.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const exifr = require('exifr');
const fs = require('fs');
const heicConvert = require('heic-convert');
const piexif = require('piexif-ts-0232');
const piexif = require('piexif-ts');
const { formatTypes } = require('./format.js');

const parseOptions = {
Expand Down
2 changes: 1 addition & 1 deletion src/format.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const Fraction = require('fraction.js');
const { Tags, Types } = require('piexif-ts-0232');
const { Tags, Types } = require('piexif-ts');

const toArray = (input) => {
if (typeof input === 'object')
Expand Down

0 comments on commit 6cf699e

Please sign in to comment.