Skip to content

Commit

Permalink
Fixed pkg tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwf committed Feb 12, 2024
1 parent ce4d07c commit 192a6c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg-tests/node-load.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IIIFBuilder } from 'iiif-builder';
import { IIIFBuilder } from '@iiif/builder';

const builder = new IIIFBuilder();
const newManifest = builder.createManifest(
Expand All @@ -25,4 +25,3 @@ const newManifest = builder.createManifest(
);

console.log(JSON.stringify(builder.toPresentation3({ id: newManifest.id, type: 'Manifest' }), null, 4));

0 comments on commit 192a6c9

Please sign in to comment.