-
- Downloads
Setup a local storage plugin for reading/writing annos there
... | @@ -24,6 +24,7 @@ | ... | @@ -24,6 +24,7 @@ |
"peerDependencies": { | "peerDependencies": { | ||
"@material-ui/core": "^4.9.13", | "@material-ui/core": "^4.9.13", | ||
"@material-ui/icons": "^4.9.1", | "@material-ui/icons": "^4.9.1", | ||
"lodash": "^4.17.11", | |||
"mirador": "^3.0.0-beta.8", | "mirador": "^3.0.0-beta.8", | ||
"prop-types": "^15.7.2", | "prop-types": "^15.7.2", | ||
"react": "16.x" | "react": "16.x" | ||
... | ... |
src/plugins/localStorageAnnotationPlugin.js
0 → 100644
Please register or sign in to comment