Skip to content
Snippets Groups Projects
Commit ba0b8d98 authored by Chris Beer's avatar Chris Beer
Browse files

Export the default method the conventional way

parent 531e1004
No related branches found
No related tags found
No related merge requests found
...@@ -309,4 +309,5 @@ function getBestThumbnail(resource, iiifOpts) { ...@@ -309,4 +309,5 @@ function getBestThumbnail(resource, iiifOpts) {
return new ThumbnailFactory(resource, iiifOpts).get(); return new ThumbnailFactory(resource, iiifOpts).get();
} }
export { getBestThumbnail as default, ThumbnailFactory }; export { ThumbnailFactory };
export default getBestThumbnail;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment