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
3 merge requests!4Integrate upstream tests into gitlab ci,!3Update mirador code from official project,!2test gitlab ci (dont merge)
...@@ -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