Skip to content

Commit

Permalink
Fix require statement
Browse files Browse the repository at this point in the history
  • Loading branch information
szapp committed Mar 8, 2024
1 parent 7feff88 commit 07573c2
Showing 1 changed file with 1 addition and 1 deletion.
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');
const { Tags, Types } = require('piexif-ts-0232');

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

0 comments on commit 07573c2

Please sign in to comment.