slides-grab 1.1.4 → 1.1.5
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/package.json +1 -1
- package/scripts/html2pdf.js +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "slides-grab",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.5",
|
|
4
4
|
"description": "Agent-first presentation framework — plan, design, and visually edit HTML slides with Claude Code or Codex, then export to PDF or experimental/unstable PPTX/Figma formats",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "vkehfdl1",
|
package/scripts/html2pdf.js
CHANGED
|
@@ -403,7 +403,6 @@ export async function normalizeBodyToSlideFrame(page, slideFrame) {
|
|
|
403
403
|
const documentElement = document.documentElement;
|
|
404
404
|
|
|
405
405
|
body.style.margin = '0';
|
|
406
|
-
body.style.padding = '0';
|
|
407
406
|
body.style.width = `${width}px`;
|
|
408
407
|
body.style.height = `${height}px`;
|
|
409
408
|
body.style.minWidth = `${width}px`;
|