openseadragon-capture 1.0.0 → 1.1.0
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 +7 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# openseadragon-capture
|
|
2
2
|
|
|
3
|
+
[](https://codecov.io/github/rssaini01/openseadragon-capture)
|
|
4
|
+
[](https://www.npmjs.com/package/openseadragon-capture)
|
|
5
|
+
[](./LICENSE)
|
|
6
|
+
[](https://github.com/rssaini01/openseadragon-capture/actions)
|
|
7
|
+
[](https://www.npmjs.com/package/openseadragon-capture)
|
|
8
|
+
|
|
3
9
|
Capture high-quality screenshots from OpenSeadragon viewers with optional overlay layers.
|
|
4
10
|
|
|
5
11
|
## Installation
|
|
@@ -134,4 +140,4 @@ interface ScreenshotOptions {
|
|
|
134
140
|
|
|
135
141
|
## License
|
|
136
142
|
|
|
137
|
-
MIT
|
|
143
|
+
MIT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openseadragon-capture",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "Capture high-quality screenshots from OpenSeadragon viewers with optional overlay layers.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -57,4 +57,4 @@
|
|
|
57
57
|
"openseadragon": "^5.0.1",
|
|
58
58
|
"typescript": "^5.9.3"
|
|
59
59
|
}
|
|
60
|
-
}
|
|
60
|
+
}
|