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.
Files changed (2) hide show
  1. package/README.md +7 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # openseadragon-capture
2
2
 
3
+ [![codecov](https://codecov.io/github/rssaini01/openseadragon-capture/graph/badge.svg?token=004LNMKF4C)](https://codecov.io/github/rssaini01/openseadragon-capture)
4
+ [![npm version](https://img.shields.io/npm/v/openseadragon-capture.svg)](https://www.npmjs.com/package/openseadragon-capture)
5
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)
6
+ [![Build Status](https://img.shields.io/github/actions/workflow/status/rssaini01/openseadragon-capture/deploy-demo-site.yml?branch=main)](https://github.com/rssaini01/openseadragon-capture/actions)
7
+ [![Downloads](https://img.shields.io/npm/dm/openseadragon-capture.svg)](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.0.0",
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
+ }