Skip to content

Commit

Permalink
NPM publish in 1.0.2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
geourjoa committed Mar 14, 2024
1 parent cfd9f98 commit 89a0070
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
- https://github.com/SCENE-CE/mirador-video

### Demo
- https://preprod-scene.tetras-libre.fr/
- https://scene.tetras-libre.fr/

We will soon submit a PR to the official Mirador repository to add video support for annotations.
We already support React 17 and MUI5. We provide also a new plugin to display and edit annotations on videos :
We already support React 18 and MUI5. We provide also a new plugin to display and edit annotations on videos :
https://github.com/SCENE-CE/mirador-annotation-editor

## For Mirador Users
Expand All @@ -22,7 +22,7 @@ Before

After
```json
"mirador": "npm:mirador-video@^1.0.0"
"mirador": "npm:mirador-video@^1.0.2"
```

Then run `npm install` to refresh your package.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mirador-video",
"version": "1.0.1",
"version": "1.0.2",
"description": "Mirador IIIF Viewer with annotation on video support",
"main": "dist/cjs/src/index.js",
"module": "dist/es/src/index.js",
Expand Down

0 comments on commit 89a0070

Please sign in to comment.