TAMULib / SAGE

Search Aggregation Engine
MIT License
6 stars 1 forks source link

Delete npm dependency on ng-openseadragon and manually import it into the code base. #537

Closed kaladay closed 1 year ago

kaladay commented 1 year ago

Description

This is a temporary or stop-gap solution to SAGE continues to function despite the upstream NPM package repository being completely deleted.

Remove ng-openseadragon from the package.json file. Copy the LICENSE file over as per legal requirements. Copy the most relevant javascript files over.

This code is copied from a cached version saved prior to the upstream delete.

The angular-openseadragon.js file is actually the unminified ng-openseadragon.min.js file. The copied from sources also has a ng-openseadragon.js that is simply a duplicate of the minified sources.

Type of change

How Has This Been Tested?

Checklist: