@lesjoursfr/html-to-image
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@lesjoursfr/html-to-image", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A library to generate images from HTML.", | ||
@@ -15,3 +15,3 @@ "license": "MIT", | ||
"engines": { | ||
"node": "20.x || 22.x" | ||
"node": "20.x || 22.x || 24.x" | ||
}, | ||
@@ -41,21 +41,21 @@ "keywords": [ | ||
"dependencies": { | ||
"electron": "^31.3.1", | ||
"electron": "^33.2.1", | ||
"yargs": "^17.7.2" | ||
}, | ||
"devDependencies": { | ||
"@eslint/js": "^9.8.0", | ||
"@eslint/js": "^9.16.0", | ||
"@tsconfig/node20": "^20.1.4", | ||
"@types/mocha": "^10.0.7", | ||
"@types/node": "^20.14.13", | ||
"@types/yargs": "^17.0.32", | ||
"eslint": "^9.8.0", | ||
"@types/mocha": "^10.0.10", | ||
"@types/node": "^22.10.1", | ||
"@types/yargs": "^17.0.33", | ||
"eslint": "^9.16.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"globals": "^15.9.0", | ||
"mocha": "^10.7.0", | ||
"prettier": "^3.3.3", | ||
"globals": "^15.13.0", | ||
"mocha": "^11.0.1", | ||
"prettier": "^3.4.2", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.5.4", | ||
"typescript-eslint": "^8.0.0" | ||
"typescript": "^5.7.2", | ||
"typescript-eslint": "^8.17.0" | ||
}, | ||
"packageManager": "yarn@4.3.1" | ||
"packageManager": "yarn@4.5.3" | ||
} |
@@ -38,9 +38,9 @@ [![npm version](https://badge.fury.io/js/@lesjoursfr%2Fhtml-to-image.svg)](https://badge.fury.io/js/@lesjoursfr%2Fhtml-to-image) | ||
- `target`: | ||
The URL of the HTML page | ||
- `output`: | ||
The image file path | ||
- `selector`: | ||
The CSS selector of the content to capture | ||
- `outputType`: | ||
The image type ("png" or "jpeg", default to "jpeg") | ||
- `target`: | ||
The URL of the HTML page | ||
- `output`: | ||
The image file path | ||
- `selector`: | ||
The CSS selector of the content to capture | ||
- `outputType`: | ||
The image type ("png" or "jpeg", default to "jpeg") |
14750
+ Addedelectron@33.3.2(transitive)
- Removedelectron@31.7.7(transitive)
Updatedelectron@^33.2.1