mirador-annotation-editor-video 1.2.7 → 1.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -26,7 +26,6 @@ licencing.
26
26
 
27
27
 
28
28
 
29
-
30
29
  ### General functionalities
31
30
 
32
31
  - Activate a panel with tools to create annotations on IIIF documents (manifests) containing images **and videos with
@@ -66,6 +65,15 @@ You need also to use the custom version of Mirador 4.
66
65
  "mirador" : "npm@mirador-video@^1.2.0",
67
66
  ```
68
67
 
68
+ ### Troubleshooting
69
+
70
+ If you encounter issue in Note Template with React Quill editor, add `"react-quill": "npm:react-quill-new@3.6.0"` dependency in your package.json file then import theme in your main js file as below:
71
+ ```js
72
+ import 'react-quill/dist/quill.snow.css';
73
+ ```
74
+
75
+
76
+
69
77
  ## Install (local)
70
78
 
71
79
  This method requires `nvm`, `npm`.