first commit

This commit is contained in:
Robert Nasarek 2022-01-11 07:50:49 +01:00
commit 44146b7801
8 changed files with 11658 additions and 0 deletions

7
README.md Normal file
View file

@ -0,0 +1,7 @@
# WissKI Mirador Integration
Package bundle to integration Mirador 3 Image Viewer with Annotations in the WissKI framework. Thanks to Mirador, you will find detailed contribution in the package.json.
## Build
The index.js and mirador-integration.js are ready to use, anyway if, you want to rebuild, type
~~~bash
npm i && npm run rebuild
~~~