@copperline/rendex 1.1.0 → 1.1.1
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 +1 -1
- package/package.json +6 -5
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @copperline/rendex
|
|
2
2
|
|
|
3
|
-
Official TypeScript SDK for [Rendex](https://rendex.dev) — the
|
|
3
|
+
Official TypeScript SDK for [Rendex](https://rendex.dev) — the HTML-to-image, PDF, and screenshot rendering API. Turn raw HTML or any webpage into an image or PDF with a single function call.
|
|
4
4
|
|
|
5
5
|
- Zero runtime dependencies (uses native `fetch`)
|
|
6
6
|
- Full TypeScript types with IntelliSense
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@copperline/rendex",
|
|
3
|
-
"version": "1.1.
|
|
4
|
-
"description": "Official TypeScript SDK for Rendex —
|
|
3
|
+
"version": "1.1.1",
|
|
4
|
+
"description": "Official TypeScript SDK for Rendex — render HTML to images, generate PDFs, and capture screenshots",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -24,12 +24,13 @@
|
|
|
24
24
|
},
|
|
25
25
|
"keywords": [
|
|
26
26
|
"rendex",
|
|
27
|
-
"screenshot",
|
|
28
|
-
"screenshot-api",
|
|
29
|
-
"pdf",
|
|
30
27
|
"html-to-image",
|
|
31
28
|
"rendering",
|
|
29
|
+
"pdf",
|
|
30
|
+
"screenshot",
|
|
32
31
|
"webpage-capture",
|
|
32
|
+
"no-code",
|
|
33
|
+
"automation",
|
|
33
34
|
"sdk",
|
|
34
35
|
"typescript",
|
|
35
36
|
"copperline",
|