canvas-screenshot
Advanced tools
Comparing version 4.2.1 to 4.2.2
@@ -5,2 +5,6 @@ # Changelog | ||
## [4.2.2](https://github.com/dmnsgn/canvas-screenshot/compare/v4.2.1...v4.2.2) (2024-07-06) | ||
## [4.2.1](https://github.com/dmnsgn/canvas-screenshot/compare/v4.2.0...v4.2.1) (2024-06-14) | ||
@@ -7,0 +11,0 @@ |
@@ -90,1 +90,3 @@ /** @module canvasScreenshot */ | ||
export default canvasScreenshot; | ||
export * from "./types.js"; |
{ | ||
"name": "canvas-screenshot", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"description": "A one trick pony package to download an image from a canvas.", | ||
@@ -13,3 +13,6 @@ "keywords": [ | ||
"bugs": "https://github.com/dmnsgn/canvas-screenshot/issues", | ||
"repository": "dmnsgn/canvas-screenshot", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/dmnsgn/canvas-screenshot.git" | ||
}, | ||
"funding": [ | ||
@@ -29,3 +32,8 @@ { | ||
"type": "module", | ||
"exports": "./index.js", | ||
"exports": { | ||
".": { | ||
"types": "./types/index.d.ts", | ||
"default": "./index.js" | ||
} | ||
}, | ||
"main": "index.js", | ||
@@ -37,3 +45,3 @@ "types": "types/index.d.ts", | ||
"devDependencies": { | ||
"canvas-context": "^3.2.0", | ||
"canvas-context": "^3.3.0", | ||
"es-module-shims": "^1.10.0" | ||
@@ -44,4 +52,4 @@ }, | ||
"npm": ">=10.5.1", | ||
"snowdev": "2.0.0-alpha.30" | ||
"snowdev": ">=2.2.x" | ||
} | ||
} |
export default canvasScreenshot; | ||
export * from "./types.js"; | ||
/** | ||
@@ -3,0 +4,0 @@ * Take a screenshot. |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
12506
123
0
8