Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"html-to-powerpoint",
"html-to-ppt",
"layout-engine",
"npm-package",
"presentation-generator",
"client-side-pptx",
"convert-html",
"css-to-powerpoint",
"css-to-pptx",
"dom-to-pptx",
"html-to-pptx",
"pptx-creator",
"slides-creation",
"web-to-powerpoint",
"web-to-pptx",
"dom",
"powerpoint",
"powerpoint-presentation",
"pptx"
],
"is_fork": false,
"size_kb": 4347,
"has_wiki": true,
"homepage": "https://www.npmjs.com/package/dom-to-pptx",
"languages": {
"CSS": 16081,
"HTML": 48220,
"JavaScript": 368119
},
"pushed_at": "2026-07-21T17:27:38Z",
"created_at": "2025-11-30T18:38:01Z",
"owner_type": "User",
"updated_at": "2026-07-27T20:03:20Z",
"description": "A client-side library that converts any HTML element into a fully editable PowerPoint slide. **dom-to-pptx** transforms DOM structures into pixel-accurate `.pptx` content, preserving gradients, shadows, rounded images, and responsive layouts.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "JavaScript",
"significant_languages": [
"JavaScript",
"HTML"
]
},
"owner": {
"blog": "https://atharva9167j.github.io/",
"name": "Atharva Jagtap",
"type": "User",
"login": "atharva9167j",
"company": null,
"location": "Mumbai, India",
"followers": 20,
"avatar_url": "https://avatars.githubusercontent.com/u/109085635?v=4",
"created_at": "2022-07-11T13:42:25Z",
"is_verified": null,
"public_repos": 21,
"account_age_days": 1479
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.1.1",
"kind": "patch",
"published_at": "2026-07-21T17:27:38Z"
},
{
"tag": "v2.1.0",
"kind": "minor",
"published_at": "2026-07-21T16:19:16Z"
},
{
"tag": "v2.0.3",
"kind": "patch",
"published_at": "2026-07-04T20:38:53Z"
},
{
"tag": "v2.0.2",
"kind": "patch",
"published_at": "2026-06-30T14:32:37Z"
},
{
"tag": "v2.0.1",
"kind": "patch",
"published_at": "2026-06-21T15:17:10Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2026-06-21T10:42:42Z"
},
{
"tag": "v1.1.10",
"kind": "patch",
"published_at": "2026-06-01T15:53:29Z"
},
{
"tag": "v1.1.9",
"kind": "patch",
"published_at": "2026-05-16T12:18:33Z"
},
{
"tag": "v1.1.8",
"kind": "patch",
"published_at": "2026-05-03T16:36:12Z"
},
{
"tag": "v1.1.7",
"kind": "patch",
"published_at": "2026-04-21T18:52:04Z"
},
{
"tag": "v1.1.6",
"kind": "patch",
"published_at": "2026-04-05T14:45:15Z"
},
{
"tag": "v.1.1.4",
"kind": "other",
"published_at": "2026-01-20T04:42:51Z"
},
{
"tag": "v1.1.3",
"kind": "patch",
"published_at": "2026-01-12T03:29:27Z"
},
{
"tag": "v1.1.2",
"kind": "patch",
"published_at": "2026-01-08T17:19:20Z"
},
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2026-01-02T14:41:18Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2025-12-28T19:36:34Z"
},
{
"tag": "v1.0.9",
"kind": "patch",
"published_at": "2025-12-28T17:43:34Z"
},
{
"tag": "v1.0.8",
"kind": "patch",
"published_at": "2025-12-17T11:34:41Z"
},
{
"tag": "v1.0.3",
"kind": "patch",
"published_at": "2025-12-02T08:30:51Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2025-12-02T07:01:26Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2025-11-30T18:44:29Z"
}
],
"recent_commits": [
{
"oid": "e103460915f0241f31c65d8e869e778dd38a49f4",
"body": null,
"is_bot": false,
"headline": "chore: release v2.1.1",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-07-21T17:23:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8e70affeddb11a05e33ca0e6c3609dbc7c2f908",
"body": "- autoEmbedFonts defaulted undefined (falsy). Fixed to options.autoEmbedFonts !== false (enabled by default).\n\n- Google Fonts <link> missing crossorigin=\"anonymous\" threw CORS SecurityError on sheet.cssRules. Added async fetch() fallback to getAutoDetectedFonts in src/utils.js to parse @font-face rules even when crossorigin attribute is missing.",
"is_bot": false,
"headline": "fix: font auto-embedder disabled.",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-07-21T17:22:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06ead74c491ae7c73dd75b41ee511145dbb3beaf",
"body": "…Viewport Dimensions and Improve Font Embedding, SVG Preservation, Inline Badge Highlights & Animation Timing.",
"is_bot": false,
"headline": "chore: release v2.1.0 - Introduce Presentation Speaker Notes, Custom …",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-07-21T16:16:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a302f687b989eb77b0246c9231a3736557e7e0b2",
"body": "…or `data-pptx-notes`.",
"is_bot": false,
"headline": "update: skills and exporter to reflect new version and instructions f…",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-07-21T16:14:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fccda8bc7210bcaeeb5ff6434fbbd3ae10386289",
"body": "…re CSS shape (parallelogram, hexagon, clip-path) now captures he shape precisely. Pass --no-pseudo disable option. fixes #60",
"is_bot": false,
"headline": "fix: implemented Hybrid Engine (capturePseudoElementCanvas). Any futu…",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-07-21T16:04:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83c7ed30f4de628674d4284b14115a8474ccc980",
"body": null,
"is_bot": false,
"headline": "fix: ensure that the custom slide size are not ignored. fixes #61",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-07-21T15:20:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45ee026e73b33d3fa525ebff34babbad3810d2a0",
"body": "…s fixed, Duplicate inline elements rendering fixed. Timing block missing build list entries for non-textbox shapes fixed. fixes #59",
"is_bot": false,
"headline": "fix: SVG element className crash in fixed, Inline badge highlight los…",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-07-18T05:54:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3420c78fda611fbe2b0206def7d666501a1093bf",
"body": "feat(notes): populate speaker notes from data-pptx-notes elements",
"is_bot": false,
"headline": "Merge pull request #58 from KeyserSosa/feat/dom-speaker-notes",
"author_name": "Atharva Jagtap",
"author_login": "atharva9167j",
"committed_at": "2026-07-14T17:16:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c4093bccf3fe323902d3cf8f1f91d95fd94ae63",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into feat/dom-speaker-notes",
"author_name": "Atharva Jagtap",
"author_login": "atharva9167j",
"committed_at": "2026-07-14T17:15:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30d0706038698ce0f099c2573cf8959ba16550a1",
"body": "feat(fonts): harden auto-embed against @import, silent failures, and slot collisions",
"is_bot": false,
"headline": "Merge pull request #57 from KeyserSosa/feat/font-embed-hardening",
"author_name": "Atharva Jagtap",
"author_login": "atharva9167j",
"committed_at": "2026-07-14T17:10:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4afbca1f620f1c0d9e94d2ca1ea6631b113aa646",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/atharva9167j/dom-to-pptx",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-07-11T23:21:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e990aa02a95ef1d8a870b39fc107fdddde81cba8",
"body": "…er dimensions\n\n- Fix case-sensitive tag name check in `isTextContainer` that caused inline SVGs to be ignored/dropped\n- Add support for browser `--browser-width` and `--browser-height` in the exporter\n- Allow browser dimensions to be customized via exporter arguments\n\nFixes #54\nFixes #56",
"is_bot": false,
"headline": "fix: preserve inline SVGs in text containers and support custom brows…",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-07-11T23:21:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e8789ad8e9d1b6be58abcda42b81a41f23a0201",
"body": "feat(exporter): enable --allow-file-access-from-files by default",
"is_bot": false,
"headline": "Merge pull request #55 from KeyserSosa/feat/exporter-allow-file-access",
"author_name": "Atharva Jagtap",
"author_login": "atharva9167j",
"committed_at": "2026-07-11T20:08:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54171eb9904141edddf46ea9e543745c8212bb08",
"body": "Add support for populating PowerPoint's per-slide speaker-notes pane\ndirectly from the source DOM, so deck authors do not need a separate\npost-process step (e.g. python-pptx) to inject notes after export.\n\nDOM convention: any descendant of a slide root that carries a\n'data-pptx-notes' attribute cont\n[…]\nn, empty/whitespace handling, deep nesting,\narbitrary tag names, and null/undefined root safety.\n\nDoes not remove any existing API — decks that do not use\ndata-pptx-notes behave identically to before.",
"is_bot": false,
"headline": "feat(notes): populate speaker notes from data-pptx-notes elements",
"author_name": "Christopher Slowe",
"author_login": "KeyserSosa",
"committed_at": "2026-07-05T16:27:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "279ab07a4f5a47b812a858d800da49253e462eb9",
"body": "Chromium blocks XHR/fetch() from a file:// page to other file:// URLs\nunder its same-origin policy unless launched with\n--allow-file-access-from-files. autoEmbedFonts fetches every declared\n@font-face URL to build the embedded font blob, so when a deck author\nuses local .ttf files (a common setup fo\n[…]\nmport and extend it.\n\nTests: 4 new tests in src/__tests__/node-exporter.test.js covering\nChrome-family flags, Firefox empty-args, and that getLaunchArgs\nreturns fresh arrays (no shared mutable state).",
"is_bot": false,
"headline": "feat(exporter): enable --allow-file-access-from-files by default",
"author_name": "Christopher Slowe",
"author_login": "KeyserSosa",
"committed_at": "2026-07-05T16:25:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cf9aaa8c7e658d88df60c674164f1f62fa8e07df",
"body": "…slot collisions\n\nThree related improvements to the font auto-embed pipeline. All three\nrespond to real workflow surprises hit while building a designed\n25-slide deck against v2.0.2:\n\n1. Traverse @import chains during font detection.\n\n getAutoDetectedFonts used to iterate document.styleSheets and \n[…]\ns,\n per-family separation, and same-weight duplicates (not a collision)\n\nAll 79 existing tests still pass (78 before + 1 skipped, both counts\nconsistent with upstream master after PRs #52 and #53).",
"is_bot": false,
"headline": "feat(fonts): harden auto-embed against @import, silent failures, and …",
"author_name": "Christopher Slowe",
"author_login": "KeyserSosa",
"committed_at": "2026-07-05T16:24:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8f83795c5baf7e8058e00fb54c1f228b98c2822d",
"body": null,
"is_bot": false,
"headline": "docs: Updating Changelog",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-07-04T20:41:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad43be467a609b0d95a1217e81b82e2de35b275d",
"body": "…ncy handling",
"is_bot": false,
"headline": "chore: release v2.0.3 - Improve PPTX bullet indentation and transpare…",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-07-04T20:29:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03e9b1f128377c630196977ac82d8d1d57b30a3c",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/atharva9167j/dom-to-pptx",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-07-04T20:09:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b403b4ea1d7d82cb825aa955644b0ab1965621b",
"body": "…es #49 #50**\n\n* Fix bullet run assignment and restore `bullet.indent` support\n* Filter subpixel indent noise and add default indent fallback\n* Preserve complex bullet styling (font, size, color)\n* Flatten translucent table backgrounds/borders; retain shape border transparency",
"is_bot": false,
"headline": "**fix: Improve PPTX bullet indentation and transparency handling. fix…",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-07-04T20:09:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57d30b36d9a70418fdf52682d2bb4788e4933007",
"body": "fix(animations): use classList instead of className.split() for SVG compatibility",
"is_bot": false,
"headline": "Merge pull request #52 from KeyserSosa/fix/svg-classlist-split",
"author_name": "Atharva Jagtap",
"author_login": "atharva9167j",
"committed_at": "2026-07-04T18:59:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38616925ec681107f1ad55b1e2828fa8110dc25d",
"body": "fix(fonts): embed each @font-face variant into its own PowerPoint slot",
"is_bot": false,
"headline": "Merge pull request #53 from KeyserSosa/fix/font-variant-embedding",
"author_name": "Atharva Jagtap",
"author_login": "atharva9167j",
"committed_at": "2026-07-04T18:57:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4134e06cb322f063aae0dfb0b0192c322d89c29",
"body": "Adds three tests for PPTXEmbedFonts.updatePresentationXML:\n\n1. Multi-variant emit — pushes Regular + Bold entries for one family\n and an Italic for a second family, then asserts the resulting XML\n contains one <p:embeddedFont> per family with the correct\n <p:regular>, <p:bold>, <p:italic> chil\n[…]\nedder.fonts rather than going through\naddFont() so no real font data or opentype.js parsing is required;\nthe code path with the bug is the XML emit, which is fully covered\nwithout any font conversion.",
"is_bot": false,
"headline": "test(font-embedder): regression tests for multi-variant font embedding",
"author_name": "Christopher Slowe",
"author_login": "KeyserSosa",
"committed_at": "2026-07-03T17:57:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "214f13d1908f6cf2be4029eb108e2444d992e179",
"body": "Adds a jsdom-based test that constructs a real SVG element with a\nclass attribute and asserts parseAnimation neither throws nor returns\nnull. On master (without the classList fix), this test fails with\n'TypeError: node.className.split is not a function', which is the\nexact production crash the previous commit fixes.",
"is_bot": false,
"headline": "test(animations): regression test for SVG className crash",
"author_name": "Christopher Slowe",
"author_login": "KeyserSosa",
"committed_at": "2026-07-03T17:55:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e9ae5b8a865e63e6074c4c5b96753b158230b53",
"body": "When a page declares multiple @font-face rules for the same family at\ndifferent weights or styles (e.g. Inter Regular + Inter Bold), auto-\nembedding currently collapses them into one embedded font that is\nessentially Regular, and writes a <p:embeddedFont> block containing\nonly <p:regular>. Any text \n[…]\n fake-bold Regular; after the fix, both\nInter-Regular and Inter-Bold are embedded as separate variants and\nBold text renders correctly in Microsoft PowerPoint.\n\nAll 56 existing tests continue to pass.",
"is_bot": false,
"headline": "fix(fonts): embed each @font-face variant into its own PowerPoint slot",
"author_name": "Christopher Slowe",
"author_login": "KeyserSosa",
"committed_at": "2026-07-03T17:47:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5525730430e801332d50f220258bdff65d5bbdbf",
"body": "…ompatibility\n\nparseAnimation walks every element in the DOM tree during export. When\nthe walker reaches an inline SVG element, node.className is an\nSVGAnimatedString rather than a string, so calling .split(/\\s+/) on it\nthrows a TypeError and aborts the entire PPTX export.\n\nclassList is a DOMTokenLi\n[…]\n.g. Font Awesome icons rendered as SVG, or hand-authored\nSVG illustrations) crashes with:\n TypeError: node.className.split is not a function\n at parseAnimation (src/animations/css-parser.js:122)",
"is_bot": false,
"headline": "fix(animations): use classList instead of className.split() for SVG c…",
"author_name": "Christopher Slowe",
"author_login": "KeyserSosa",
"committed_at": "2026-07-03T17:45:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d74a1553306874e773d389ce2421ed83068d61b6",
"body": null,
"is_bot": false,
"headline": "docs: update documentation for v2.0.2 patch release",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-06-30T14:23:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6721f6394d1be0dc8a5b9280f4168c4ab374f342",
"body": null,
"is_bot": false,
"headline": "fix: correct CLI command in skill docs, fixes #48",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-06-30T14:16:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45ae01459aced3a8993214406241e88561d0486d",
"body": null,
"is_bot": false,
"headline": "docs: updated changelog for v2.0.1 release",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-06-21T15:12:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0447adc47d3bc734d017050834edf0941adc189",
"body": "…nfigured independent npx launchers",
"is_bot": false,
"headline": "release: v2.0.1 - fixed wipe exit directions, timing defaults, and co…",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-06-21T15:06:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c024814486982fe24e7081a4a629d1fe32a2e2a4",
"body": null,
"is_bot": false,
"headline": "Merge branch 'adding-support-for-animations-and-transitions'",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-06-21T10:32:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "181a2e7ff33bd009046899ea09da6261b0c29422",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/atharva9167j/dom-to-pptx",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-06-21T10:31:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c7a7c872e458946d8b1e8056226d3552ea0ada0",
"body": "…lement animations are previewed in-browser",
"is_bot": false,
"headline": "docs: updated docs and skills to explicitly specify that only slide e…",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-06-21T09:22:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59d5893737036a8dc27f4f1293743630f554cc98",
"body": "- Modified `animations.css` for accurate preview of animations.\n- Fixed automatic sequencing calculations in `applyBrowserAnimations` to accurately calculate the full durations of staggered paragraph and letter builds.\n- Subsequent animations now wait for the previous builds to finish completely rather than playing prematurely.",
"is_bot": false,
"headline": "fix: Fixed `applyBrowserAnimations` and animation.css",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-06-20T17:35:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4455aac07d009fd486f9a8a3594b0bd696a204ae",
"body": null,
"is_bot": false,
"headline": "docs: update docs for release v1.2.0",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-06-20T16:46:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df539737c1e166b23c46f81074671e22856562d1",
"body": "…n and click interceptor reference instructions with the headless exporter command utility.",
"is_bot": false,
"headline": "update(skills): updated the agent skills to replace the browser butto…",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-06-20T16:20:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c790cd62f149fec2946dbb6a0f2b95d3b91b74b0",
"body": "…dling\n\n* Add `dom-to-pptx-exporter` CLI for direct HTML-to-slide exports\n* Split CLI binaries\n* Introduce lightweight lazy-routing in unified CLI entrypoint\n* Fix exporter process hangs with explicit success/error exit codes\n* Improve error handling with actionable troubleshooting hints\n* Add AI ag\n[…]\nnings and workspace integration guidance\n* Enhance browser resolution with bundled, system, and auto-download fallbacks\n* Support Chrome, Chromium, Edge, and Firefox launch strategies across platforms",
"is_bot": false,
"headline": "feat(cli): add dedicated DOM-to-PPTX exporter and improve browser han…",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-06-20T15:26:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9c02c069f6630391e339beed686c26e634f5f1f9",
"body": "- enforce bullet property exclusivity during pPr normalization\n- add fallback attributes for extended p14/p15 transitions\n- wrap modern transitions with AlternateContent fallbacks\n- register required compatibility namespaces automatically\n- harden animation timing/build XML generation",
"is_bot": false,
"headline": "fix(pptx): eliminate PowerPoint repair warnings and slide XML corruption",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-06-18T15:13:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afc8e712b9b8e762650a657b4cfd45b452f2c739",
"body": "…ensure everything compiles correctly, implemented vertical text rotation for table cells and text boxes, and verified the functionality.",
"is_bot": false,
"headline": "feat: updated the dependencies, configured the browser UMD bundle to …",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-06-18T12:43:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82471454a5cf76fbfbc3516bc574311dcc8b527c",
"body": "- Add `.editorconfig` to enforce spaces, 2-space indentation, trailing whitespace trimming.\n- Add `.vscode/settings.json` to configure workspace format-on-save and Markdown wrapping behavior\n- Add `.markdownlint.json` to enforce compact tables, single blank line separation, and Markdown structure ru\n[…]\nitory-wide compact table formatting script scoped strictly to the `skills/` directories\n- Format the entire repository using Prettier with updated configurations (printWidth: 120, proseWrap: preserve)",
"is_bot": false,
"headline": "chore(style): audit and update formatting and lint configurations",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-06-18T10:42:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "66d2bed230851a3c8919f17f6ff3a227746392e2",
"body": null,
"is_bot": false,
"headline": "docs: updating code contributing documentation",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-06-18T10:15:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31d5e9f32054f34c42a2ad2b38b07c01c9d40212",
"body": "- fixed NO GLYPH errors\n- resolved the Repeat unicode, glyph index error that occurred during font merging\n- Modified fontToEot to inline the WASM as a Base64 Data URI.",
"is_bot": false,
"headline": "fix: implemented a solution to handle woff2 font formats.",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-06-18T10:06:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "162276e5f8084cf86aa82495adcb5d6636a3cf0a",
"body": null,
"is_bot": false,
"headline": "feat: Enhancing skills for animations and transitions",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-06-17T23:34:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf2aa7fb8d978acb515378c789f8ef2b602e4ed9",
"body": null,
"is_bot": false,
"headline": "feat: Updating skills for animations and transitions",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-06-17T21:50:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61dd16addf53ad04ab591626d8556677fc1a7e16",
"body": null,
"is_bot": false,
"headline": "fix: fixing lint errors",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-06-17T21:25:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1a24918eb4426778a8e06b02d763c4659070605",
"body": "fix: merging fixes from master",
"is_bot": false,
"headline": "Merge pull request #47 from atharva9167j/master",
"author_name": "Atharva Jagtap",
"author_login": "atharva9167j",
"committed_at": "2026-06-17T21:24:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb7cc179ed1f6dffe98663960f5e41ec78197100",
"body": "fix(text): preserve line breaks for white-space pre/pre-wrap/pre-line",
"is_bot": false,
"headline": "Merge pull request #46 from Kaka-cheaper/fix/preserve-white-space-pre",
"author_name": "Atharva Jagtap",
"author_login": "atharva9167j",
"committed_at": "2026-06-15T10:58:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "901adc116b298c2ac675fcd564caaa9d6ee6885a",
"body": "collectTextParts collapsed every newline, tab and run of spaces to a\nsingle space regardless of the element's white-space, so <pre> and\nwhite-space:pre(-wrap)/pre-line content rendered as a single line.\n\nDetect the effective white-space on the text node's container and, for\npre/pre-wrap/pre-line, em\n[…]\nnd-to-end: a <pre> block\nexports as separate paragraphs with indentation intact while a normal\nparagraph with a source newline still collapses.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(text): preserve line breaks for white-space pre/pre-wrap/pre-line",
"author_name": "Kakalink",
"author_login": "Kaka-cheaper",
"committed_at": "2026-06-14T14:14:27Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c49a36781573eaaf4797f632fa28d3b6dfb08948",
"body": "…odes and correcting letter‑build timeline structure.",
"is_bot": false,
"headline": "fix: resolve PPTX corruption by adding missing background animation n…",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-06-10T16:19:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e76f8df79e2eea2fca5e460a20747f0d11c6bc9f",
"body": "…gs in `animations.css`",
"is_bot": false,
"headline": "feat: added support for 70+ PPTX slide transitions and fixed minor bu…",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-06-10T14:17:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e1d429debcda75799286786b44e94f757edad4d",
"body": null,
"is_bot": false,
"headline": "feat: add support for slide transitions via CSS and data attributes",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-06-04T20:27:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4112efdde2c9fa17cdad6c981b6164ff91b0415f",
"body": null,
"is_bot": false,
"headline": "feat: add support for element animations via CSS and data attributes",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-06-04T20:26:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86f2fd9786796a8f63bd1f2f413dfea66a256982",
"body": "…, Canvas Rendering Bugfix, Handled Known Limitations.",
"is_bot": false,
"headline": "feat: update to v.1.1.10 with CSS Pseudo-Element Text Content Support…",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-06-01T15:48:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "433d6b7a2aa7ebc9eb8dc1139a0c1ae1928127e5",
"body": "…nd clean up paragraph properties and element ordering, addresses #45",
"is_bot": false,
"headline": "feat: implement PPTX normalizer to prune dangling XML content types a…",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-06-01T12:16:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84bbf240efb42164398f38f905ccb519d18b8014",
"body": "fix: invalid build devDependency name; honor CSS white-space (nowrap)",
"is_bot": false,
"headline": "Merge pull request #44 from ssubbotin/fix/build-and-bare-text-wrap",
"author_name": "Atharva Jagtap",
"author_login": "atharva9167j",
"committed_at": "2026-05-26T09:03:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "295627e599862c5701101476b83543188b77bf6c",
"body": "Text boxes were always created with wrapping enabled, ignoring the element's\nCSS white-space. A single line measured in the browser could therefore re-wrap\nin PowerPoint/LibreOffice (font metrics differ from Chrome), e.g. a heading\nbreaking onto a second line. Now nowrap/pre map to PptxGenJS wrap:false, so\nauthors control wrapping from CSS instead of relying on width fudge-factors.",
"is_bot": false,
"headline": "feat(text): honor CSS white-space (nowrap/pre -> wrap:false)",
"author_name": "Sergey Subbotin",
"author_login": "ssubbotin",
"committed_at": "2026-05-25T21:02:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57ae1c73a3e62046200e8077ba3842852f6db6d8",
"body": "The devDependency was \"rollup-plugin-polyfil++++++++l-node\" — an invalid npm\npackage name that makes `npm install` fail, blocking builds and contributions.",
"is_bot": false,
"headline": "fix(build): correct rollup-plugin-polyfill-node devDependency name",
"author_name": "Sergey Subbotin",
"author_login": "ssubbotin",
"committed_at": "2026-05-25T20:54:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1f8a7ab953fc5f7c61a8edd65ef76440c5cad2a",
"body": null,
"is_bot": false,
"headline": "chore: update readme and package.json and lint formating changes",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-05-16T18:03:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a74aabd573321097cd8fe890305e87cbea7e1ad",
"body": "…wap intelligence, improved text wrapping, and critical PowerPoint compatibility fixes, updated and enhanced skills for better visuals, graphics and layouts.",
"is_bot": false,
"headline": "feat: upgrade to v1.1.9 with native hyperlink support, flexbox axis-s…",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-05-16T11:45:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "feb598f93656b96abb0025fa90391bc25bf1ab72",
"body": "…nding\n\nfix: prevent 1px text wrapping due to width/font-size rounding",
"is_bot": false,
"headline": "Merge pull request #41 from Raccoon-Office/fix/text-wrap-subpixel-rou…",
"author_name": "Atharva Jagtap",
"author_login": "atharva9167j",
"committed_at": "2026-05-16T08:14:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9af1104cd703f39eeab60043a53317232381d456",
"body": "fix: ensure generated PPTX opens in Microsoft PowerPoint",
"is_bot": false,
"headline": "Merge pull request #40 from cwjcharles/fix/office-compat-v1.1.9",
"author_name": "Atharva Jagtap",
"author_login": "atharva9167j",
"committed_at": "2026-05-16T08:14:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73b344a2638f333e860c56dcfb0f0bde281e0535",
"body": "Two related rounding issues caused PPTX text frames to be slightly\nnarrower than the browser layout, occasionally pushing the last\ncharacter onto a new line.\n\n1. Element width was taken from offsetWidth/offsetHeight, which the\n browser rounds to integers. When the actual layout was e.g. 100.4px,\n \n[…]\nt.* describes the\n rotated bounding box.\n- Floor font size to 0.1pt so the exported size is never larger than\n the browser's, both in getTextStyle and in the two post-processing\n sites in index.js.",
"is_bot": false,
"headline": "fix: prevent 1px text wrapping due to width/font-size rounding",
"author_name": "malin1",
"author_login": null,
"committed_at": "2026-05-10T17:26:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "43330477991a24296af533ec054ecd947a5e9cc8",
"body": "Re-zip the output with DEFLATE and strip [Content_Types].xml Overrides\nthat reference parts not in the package -- PptxGenJS leaves both flaws\nin place and Microsoft Office (unlike WPS) refuses such files. Adds an\nopt-out skipNormalize for debugging and resyncs pnpm-lock.yaml so the\nnew normalizer tests can install and run.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: ensure generated PPTX opens in Microsoft PowerPoint",
"author_name": "cwjchales",
"author_login": "cwjcharles",
"committed_at": "2026-05-07T15:25:38Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f024e721212fa432b621c1fd34ad49b79d497cb1",
"body": "…themes, and structured prompt architecture",
"is_bot": false,
"headline": "feat: add CLI skills installer, agent auto-detection, premium design …",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-05-03T16:33:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd57785409a558425956ef49cb5ceede0f3d2339",
"body": "- Fixed PPTX file corruption when font embedding is enabled by implementing\n explicit OpenXML namespace handling (fixes #39).\n- Resolved vertical alignment regression where tall block elements were\n incorrectly middle-aligned; defaulted back to standard top-alignment (fixes #28).\n- Added support f\n[…]\ndle/bottom) in PPTX exports.\n- Improved inset logic to preserve container padding during text alignment.\n- Updated CHANGELOG.md and README.md with v1.1.8 release notes.\n- Rebuilt distribution bundles.",
"is_bot": false,
"headline": "chore: release v1.1.8 - fix PPTX corruption and vertical alignment",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-05-03T16:28:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2c2e2f2b26b2e61d028dfd83e6ed71cea3752ac3",
"body": "…gine\n\n- Adopted \"Principal Visual Engineering Director\" persona for improved design output.\n- Expanded theme library with Neo-Brutalism, Swiss Minimalism, Nature Eco, and more.\n- Implemented structured `<SLIDE_CONFIG>` prompt templates for better low-end model performance.",
"is_bot": false,
"headline": "update(skill): upgrade dom-to-pptx-skill with high-fidelity design en…",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-05-03T15:56:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d2223f9b8036a082ec3e7e875217915ce04aad9",
"body": null,
"is_bot": false,
"headline": "update: .gitignore and npmignore, and fomarting codebase using lint",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-05-03T15:49:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40538e4f16e681d03f30cff5b507fd1047cca5bc",
"body": null,
"is_bot": false,
"headline": "fix: corrupted PPTX popup during conversion caused by font embedder",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-05-03T15:40:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "918a71d70fedf33974239e114a0e38004b79ca1c",
"body": "feat: add a skill to create a html presention that can be converted to pptx using dom-to-pptx",
"is_bot": false,
"headline": "Merge pull request #38 from rain2bow/dev",
"author_name": "Atharva Jagtap",
"author_login": "atharva9167j",
"committed_at": "2026-05-03T14:08:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddc38e743b50d526c1e8e856b805bac77be7e57a",
"body": "…ing dom-to-pptx and an example",
"is_bot": false,
"headline": "feat: add a skill to generate a html that can be converted to pptx us…",
"author_name": "lizey",
"author_login": "rain2bow",
"committed_at": "2026-04-23T08:33:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d14e1e349faf3dab9d4d5b31db4b615b0c7c434a",
"body": "Merge pull request #22 from atharva9167j/master",
"is_bot": false,
"headline": "Merge pull request #37 from atharva9167j/feature",
"author_name": "Atharva Jagtap",
"author_login": "atharva9167j",
"committed_at": "2026-04-23T02:50:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6d6065b61e3f475b5bd943c43087d091d71ac8e",
"body": "This commit addresses several critical inconsistencies in how arbitrary DOM metrics and styles were scaled mathematically and structurally exported into their PPTX counterparts:\n\n- fix(writing-mode): map vertical flows accurately (#000)\n Previously all vertical layouts defaulted to a generic rotate\n[…]\nctices\" section into SUPPORTED.md formalizing standard usage around Flex/Grid deployments for layout mapping in favor of native rigid HTML tables.\n\nCloses #19, Closes #29, Addresses #34, Addresses #33",
"is_bot": false,
"headline": "fix: comprehensive styling enhancements, layout sizing, and typography",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-04-21T18:43:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bd3c31d53726a1580bb3ceb038ad3a737e1e65eb",
"body": "update: cleanup",
"is_bot": false,
"headline": "Merge pull request #36 from atharva9167j/atharva9167j-patch-1",
"author_name": "Atharva Jagtap",
"author_login": "atharva9167j",
"committed_at": "2026-04-21T16:18:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52f62a5daa0c8cd29c4c3c9efaa514b7b1dc5f1f",
"body": "- Delete accidently pushed dist directory",
"is_bot": false,
"headline": "update: cleanup",
"author_name": "Atharva Jagtap",
"author_login": "atharva9167j",
"committed_at": "2026-04-21T16:17:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "512181ae479b035dd96fa9a82ed376715f69d07b",
"body": "feat: Add support for writing mode",
"is_bot": false,
"headline": "Merge pull request #35 from mymro/feature/support-writing-mode",
"author_name": "Atharva Jagtap",
"author_login": "atharva9167j",
"committed_at": "2026-04-21T15:57:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78c826e2524f149e75963b230deaddbb6317d149",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into feature/support-writing-mode",
"author_name": "Atharva Jagtap",
"author_login": "atharva9167j",
"committed_at": "2026-04-21T15:56:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d61a7bb82ffc38d9fe55a224e8c67b2a3110aab3",
"body": "Fix blank table cells when using collectTextParts",
"is_bot": false,
"headline": "Merge pull request #32 from Facens/fix/table-cell-text-format",
"author_name": "Atharva Jagtap",
"author_login": "atharva9167j",
"committed_at": "2026-04-21T15:55:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99f6dc30851b27db23f5e426abce0acab158fc8f",
"body": null,
"is_bot": false,
"headline": "feat: Add support for writing mode",
"author_name": "mymro",
"author_login": "mymro",
"committed_at": "2026-04-15T08:53:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6592aa6228034ac82de2902e775fadc4c68fc2f0",
"body": "collectTextParts may return an empty array for table cells that use\ncomputed CSS styles (via classes/themes) rather than inline styles.\nWhen this happens, PptxGenJS receives an empty text array and renders\nthe cell blank.\n\nAdd a fallback: if collectTextParts returns empty, fall back to\ncell.innerText (the 1.1.5 behavior). This preserves the rich text\nsupport for cells where collectTextParts works while preventing\nblank cells when it doesn't.",
"is_bot": false,
"headline": "Fix blank table cells when using collectTextParts",
"author_name": "Andrea Giannangelo",
"author_login": "Facens",
"committed_at": "2026-04-09T22:08:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b134deeceba6ab5fed9ab5bbac994ba6ddc5cc11",
"body": "- Added support for portrait and custom slide dimensions via `width`, `height`, and `layout` options. addresses #27.\n- Fixed table rendering by correcting PptxGenJS API usage for positional borders and property naming. fixes #26.\n- Implemented rich text support in table cells to preserve nested form\n[…]\nproved typography support for `text-transform` and `letter-spacing` (charSpacing).\n- Added fallback color extraction for cell background gradients.\n- Updated documentation and bumped version to 1.1.6.",
"is_bot": false,
"headline": "feat: support portrait layouts and advanced table rendering (v1.1.6)",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-04-05T14:19:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3e06f4600d583de42b38e34ba6acc061518c6251",
"body": null,
"is_bot": false,
"headline": "feat: implemented support for portrait and custom slide layouts",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-04-05T14:09:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adc3b1d7e2158071adafa502be0aeca2c057a9a6",
"body": null,
"is_bot": false,
"headline": "update: table exporting logic, addresses #23",
"author_name": "atharva9167j",
"author_login": "atharva9167j",
"committed_at": "2026-04-05T14:07:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc501f0fc3be8eaba396b98570c0c23767fcd5a4",
"body": "docs: fix image examples code fence",
"is_bot": false,
"headline": "Merge pull request #25 from SGcpu/docs/fix-usage-image-codeblock",
"author_name": "Atharva Jagtap",
"author_login": "atharva9167j",
"committed_at": "2026-04-05T13:01:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b04ae3e7a7152463bd8b4f15cb35b27c2700784e",
"body": "Simplify valign condition",
"is_bot": false,
"headline": "Merge pull request #26 from ameligrana/patch-1",
"author_name": "Atharva Jagtap",
"author_login": "atharva9167j",
"committed_at": "2026-04-05T13:01:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc3aaf8034f1d74823b0fd8c1cb5e89cf36e3f54",
"body": null,
"is_bot": false,
"headline": "Simplify valign condition",
"author_name": "Adriano Meligrana",
"author_login": "ameligrana",
"committed_at": "2026-03-30T11:22:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c690d546f3d9e3bafba5ee5acf067031fdac9b07",
"body": null,
"is_bot": false,
"headline": "docs: fix image examples code fence",
"author_name": "SGcpu",
"author_login": "SGcpu",
"committed_at": "2026-03-28T06:21:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd40e1cfb01209319d84e0e18b411a464eee5ab4",
"body": "updating feature branch",
"is_bot": false,
"headline": "Merge pull request #22 from atharva9167j/master",
"author_name": "Atharva Jagtap",
"author_login": "atharva9167j",
"committed_at": "2026-02-12T15:18:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aab01babac770879fa6812ad640343845dff99af",
"body": "- updated documentation",
"is_bot": false,
"headline": "update: jump to v1.1.5",
"author_name": "atharvaj1234",
"author_login": "atharva9167j",
"committed_at": "2026-02-07T14:28:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b401eeceb768e5664a4204679f5e6ba9046b2200",
"body": "…and Fontawesome Icon partially rendering fixes #7",
"is_bot": false,
"headline": "update: added SVG Vector Export, Fixed Recursion Logic addresses #21 …",
"author_name": "atharvaj1234",
"author_login": "atharva9167j",
"committed_at": "2026-02-07T14:12:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33631f6fd5f1363cf36bd1cf904b1ae683de4efe",
"body": "feat: add svgAsVector option to preserve SVG elements as vectors",
"is_bot": false,
"headline": "Merge pull request #20 from Querri-inc/master",
"author_name": "Atharva Jagtap",
"author_login": "atharva9167j",
"committed_at": "2026-02-07T10:46:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "955da7b77ce70f4101e3bc3271c94e0132556571",
"body": "Adds a new `svgAsVector` option that keeps SVG elements as vector data\nURLs instead of rasterizing them to PNG. This enables \"Convert to Shape\"\nfunctionality in PowerPoint, allowing users to edit charts and graphics.\n\nChanges:\n- Add svgToSvg() function in utils.js that serializes SVG with inlined\n \n[…]\n SVG functionality\n- Update README with documentation and usage example\n- Bump version to 1.1.5\n\nNote: Maintainer should run `pnpm install` to update lockfile with new\ndevDependencies (vitest, jsdom).",
"is_bot": false,
"headline": "feat: add svgAsVector option to preserve SVG elements as vectors",
"author_name": "Dave Ingram",
"author_login": "daveaingram",
"committed_at": "2026-02-04T02:04:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1c6ce046e2197a00eb6dc67be9f321ea2f046b64",
"body": "…ing, including tables, borders, and gradients.",
"is_bot": false,
"headline": "feat: Introduce utilities for improved conversion of complex DOM styl…",
"author_name": "atharvaj1234",
"author_login": "atharva9167j",
"committed_at": "2026-01-19T05:26:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db3f5bd83342483ae4684c162ced4c334e61f885",
"body": null,
"is_bot": false,
"headline": "update: added support for table",
"author_name": "atharvaj1234",
"author_login": "atharva9167j",
"committed_at": "2026-01-12T03:23:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4389e277c3dfeb5744e150e42f1802ba5706a64",
"body": null,
"is_bot": false,
"headline": "update: documentation updated",
"author_name": "atharvaj1234",
"author_login": "atharva9167j",
"committed_at": "2026-01-08T17:13:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d35c119ea29be35932901d86214b06a4fe4665ab",
"body": null,
"is_bot": false,
"headline": "jump to v1.1.2",
"author_name": "atharvaj1234",
"author_login": "atharva9167j",
"committed_at": "2026-01-08T17:03:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8033efa78a26ed959651d6fefa9978981167cf2f",
"body": null,
"is_bot": false,
"headline": "update: added support for `canvas` should address #10",
"author_name": "atharvaj1234",
"author_login": "atharva9167j",
"committed_at": "2026-01-08T16:57:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f60ad145587e13591e7d416583c27102aa9acff",
"body": null,
"is_bot": false,
"headline": "update: allow returning blob, addresses #9",
"author_name": "atharvaj1234",
"author_login": "atharva9167j",
"committed_at": "2026-01-08T16:48:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96920b5f5768802ac0d5853e6243a85a6e077b98",
"body": null,
"is_bot": false,
"headline": "fix: Line-height css property is not respected, fixes #11",
"author_name": "atharvaj1234",
"author_login": "atharva9167j",
"committed_at": "2026-01-08T16:42:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "048fb45a2249b3e71b51d8a28f78614c8f2b7125",
"body": "…ing) and bullet color in newer versions of powerpoint. addresses #12",
"is_bot": false,
"headline": "update: set the distance between the bulletpoints (before, after spac…",
"author_name": "atharvaj1234",
"author_login": "atharva9167j",
"committed_at": "2026-01-08T15:52:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ff691ef4ea08914a7c070b5ebfefcb69b233477",
"body": null,
"is_bot": false,
"headline": "fix: Unordered list is converted to text boxes in Powerpoint, fixes #12",
"author_name": "atharvaj1234",
"author_login": "atharva9167j",
"committed_at": "2026-01-08T15:16:01Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 21,
"commits_last_year": 126,
"latest_release_at": "2026-07-21T17:27:38Z",
"latest_release_tag": "v2.1.1",
"releases_from_tags": false,
"days_since_last_push": 8,
"active_weeks_last_year": 27,
"days_since_latest_release": 8,
"mean_days_between_releases": 10.1
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 57,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "dom-to-pptx",
"exists": true,
"license": "MIT",
"keywords": [
"ppt",
"pptx",
"html-to-pptx",
"powerpoint",
"pptx-generator",
"slide-generator",
"presentation-generator",
"dom",
"dom-to-pptx",
"export",
"export-pptx",
"browser-export",
"client-side-pptx",
"html-to-powerpoint",
"convert-html",
"css-to-pptx",
"css-to-powerpoint",
"pptx-creator",
"presentation-tools",
"slides",
"slide-creation",
"web-to-pptx",
"web-to-powerpoint",
"frontend-pptx",
"html-rendering",
"layout-engine",
"gradient-support",
"flexbox",
"css-grid",
"typography",
"pptx-skills",
"ppt-creation-skills",
"dom-to-pptx-skills",
"powerpoint-skills"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/dom-to-pptx",
"is_deprecated": false,
"latest_version": "2.1.1",
"repository_url": "https://github.com/atharva9167j/dom-to-pptx",
"versions_count": 27,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 390544,
"first_published_at": "2025-11-30T18:39:45.838000Z",
"latest_published_at": "2026-07-21T17:25:07.246000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
}
]
},
"popularity": {
"forks": 62,
"stars": 302,
"watchers": 4,
"fork_history": {
"days": [
{
"date": "2025-11-30",
"count": 1
},
{
"date": "2025-12-01",
"count": 1
},
{
"date": "2025-12-14",
"count": 1
},
{
"date": "2025-12-24",
"count": 1
},
{
"date": "2026-01-01",
"count": 1
},
{
"date": "2026-01-11",
"count": 1
},
{
"date": "2026-01-20",
"count": 2
},
{
"date": "2026-01-27",
"count": 1
},
{
"date": "2026-02-04",
"count": 1
},
{
"date": "2026-02-05",
"count": 1
},
{
"date": "2026-02-12",
"count": 1
},
{
"date": "2026-02-23",
"count": 2
},
{
"date": "2026-02-26",
"count": 1
},
{
"date": "2026-03-01",
"count": 1
},
{
"date": "2026-03-28",
"count": 2
},
{
"date": "2026-03-30",
"count": 1
},
{
"date": "2026-04-06",
"count": 1
},
{
"date": "2026-04-09",
"count": 2
},
{
"date": "2026-04-15",
"count": 1
},
{
"date": "2026-04-22",
"count": 1
},
{
"date": "2026-04-24",
"count": 1
},
{
"date": "2026-04-30",
"count": 1
},
{
"date": "2026-05-07",
"count": 2
},
{
"date": "2026-05-09",
"count": 1
},
{
"date": "2026-05-10",
"count": 1
},
{
"date": "2026-05-12",
"count": 1
},
{
"date": "2026-05-13",
"count": 1
},
{
"date": "2026-05-14",
"count": 1
},
{
"date": "2026-05-15",
"count": 1
},
{
"date": "2026-05-25",
"count": 2
},
{
"date": "2026-05-26",
"count": 1
},
{
"date": "2026-05-28",
"count": 1
},
{
"date": "2026-06-03",
"count": 1
},
{
"date": "2026-06-04",
"count": 1
},
{
"date": "2026-06-08",
"count": 1
},
{
"date": "2026-06-10",
"count": 1
},
{
"date": "2026-06-11",
"count": 1
},
{
"date": "2026-06-14",
"count": 1
},
{
"date": "2026-06-17",
"count": 2
},
{
"date": "2026-06-18",
"count": 1
},
{
"date": "2026-06-25",
"count": 1
},
{
"date": "2026-06-29",
"count": 2
},
{
"date": "2026-06-30",
"count": 2
},
{
"date": "2026-07-03",
"count": 2
},
{
"date": "2026-07-07",
"count": 1
},
{
"date": "2026-07-10",
"count": 1
},
{
"date": "2026-07-13",
"count": 1
},
{
"date": "2026-07-20",
"count": 1
},
{
"date": "2026-07-28",
"count": 1
}
],
"complete": true,
"collected": 59,
"total_forks": 62
},
"star_history": null,
"open_issues_and_prs": 4
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 969756,
"source_files_sampled": 28,
"oversized_source_files": 2,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 54,
"malicious_count": 0,
"assessed_package": "npm:dom-to-pptx@2.1.1",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@puppeteer/browsers",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^3.0.4"
},
{
"name": "fonteditor-core",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.6.3"
},
{
"name": "html2canvas",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.4.1"
},
{
"name": "jszip",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^3.10.1"
},
{
"name": "opentype.js",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.0.0"
},
{
"name": "pako",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.1.0"
},
{
"name": "pptxgenjs",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.0.1"
},
{
"name": "puppeteer",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^25.1.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 19,
"open_issues": 3,
"closed_ratio": 0.927,
"closed_issues": 38,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "atharva9167j",
"commits": 108,
"avatar_url": "https://avatars.githubusercontent.com/u/109085635?v=4"
},
{
"type": "User",
"login": "KeyserSosa",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/100474?v=4"
},
{
"type": "User",
"login": "ssubbotin",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/3616914?v=4"
},
{
"type": "User",
"login": "ameligrana",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/68152031?v=4"
},
{
"type": "User",
"login": "Facens",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/745978?v=4"
},
{
"type": "User",
"login": "daveaingram",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/583008?v=4"
},
{
"type": "User",
"login": "Kaka-cheaper",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/122336926?v=4"
},
{
"type": "User",
"login": "SGcpu",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/185608764?v=4"
},
{
"type": "User",
"login": "cwjcharles",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/26603277?v=4"
},
{
"type": "User",
"login": "rain2bow",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/187401345?v=4"
}
],
"contributors_sampled": 11,
"top_contributor_share": 0.864
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [
"eslint.config.js"
],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"pnpm-lock.yaml"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 3,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 5 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 2,
"reason": "Found 5/22 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "34 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "e103460915f0241f31c65d8e869e778dd38a49f4",
"ran_at": "2026-07-30T09:08:24Z",
"aggregate_score": 3.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-21T17:24:01Z",
"oldest_open_prs": [
{
"number": 18,
"created_at": "2026-01-30T09:12:40Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-14T17:16:18Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 17,
"created_at": "2026-01-19T06:31:56Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 51,
"created_at": "2026-07-03T10:46:40Z",
"last_comment_at": "2026-07-08T08:10:17Z",
"last_comment_author": "UzumakiUchiha"
},
{
"number": 62,
"created_at": "2026-07-27T11:04:46Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/atharva9167j/dom-to-pptx",
"host": "github.com",
"name": "dom-to-pptx",
"owner": "atharva9167j"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"security": 46,
"vitality": 86,
"community": 71,
"governance": 62,
"engineering": 58
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 86,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"commits_last_year": 126,
"human_commit_share": 1,
"days_since_last_push": 8,
"active_weeks_last_year": 27
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 8 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "27/52 weeks with commits",
"points": 18.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 27
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "126 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 126
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 21,
"latest_release_tag": "v2.1.1",
"releases_from_tags": false,
"days_since_latest_release": 8,
"mean_days_between_releases": 10.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "21 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 21
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 8 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~10.1 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 10.1
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 8,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 8 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 8
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 71,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"forks": 62,
"stars": 302,
"watchers": 4,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "302 stars",
"points": 40.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 302
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "62 forks",
"points": 14.9,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 62
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "4 watchers",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 4
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 93,
"inputs": {
"packages": [
"dom-to-pptx"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 390544
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "390,544 downloads/month across npm",
"points": 74.6,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 390544,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 62,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 11,
"top_contributor_share": 0.864
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 86% of commits",
"points": 3.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 86
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "11 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 11
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 83,
"inputs": {
"merged_prs": 19,
"open_issues": 3,
"closed_issues": 38,
"issue_closed_ratio": 0.927,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "93% of issues closed",
"points": 43.3,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 93
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "19/20 decided PRs merged",
"points": 36.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 19,
"decided": 20
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 5/22 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 47,
"inputs": {
"followers": 20,
"owner_type": "User",
"is_verified": null,
"owner_login": "atharva9167j",
"public_repos": 21,
"account_age_days": 1479
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "20 followers of atharva9167j",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 20,
"login": "atharva9167j"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "21 public repos, account ~4 yr old",
"points": 17.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 21
}
},
{
"code": "account_age_years",
"params": {
"years": 4
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"dom-to-pptx"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 8
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 8 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 8
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "27 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 27
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 58,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": "eslint.config.js",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.js"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 5 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"html-to-powerpoint",
"html-to-ppt",
"layout-engine",
"npm-package",
"presentation-generator",
"client-side-pptx",
"convert-html",
"css-to-powerpoint",
"css-to-pptx",
"dom-to-pptx",
"html-to-pptx",
"pptx-creator",
"slides-creation",
"web-to-powerpoint",
"web-to-pptx",
"dom",
"powerpoint",
"powerpoint-presentation",
"pptx"
],
"has_wiki": true,
"homepage": "https://www.npmjs.com/package/dom-to-pptx",
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://www.npmjs.com/package/dom-to-pptx",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "19 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 19
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 46,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 32,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 3.2
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 5 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 5/22 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "34 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the npm:dom-to-pptx@2.1.1 runtime dependency closure — what installing the published package pulls in — 54 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "npm:dom-to-pptx@2.1.1",
"assessed": 54
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 54,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 54,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 7
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 46,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.92,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "92 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 92,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 52,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"pnpm-lock.yaml"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.02,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": "eslint.config.js",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.js"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "2 of the last 100 commits agent-authored or agent-credited",
"points": 4,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 2,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"primary_language": "JavaScript",
"largest_source_bytes": 969756,
"source_files_sampled": 28,
"oversized_source_files": 2
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "JavaScript without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "JavaScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "2/28 source files over 60KB",
"points": 51.1,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 28,
"oversized": 2
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-30T09:08:38.329031Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/atharva9167j/dom-to-pptx.svg",
"full_name": "atharva9167j/dom-to-pptx",
"license_state": "standard",
"license_spdx": "MIT"
}