{"id":22553597,"url":"https://github.com/qq15725/modern-openxml","last_synced_at":"2026-05-24T05:04:25.843Z","repository":{"id":265437197,"uuid":"894899844","full_name":"qq15725/modern-openxml","owner":"qq15725","description":"Office Open XML for JavaScript","archived":false,"fork":false,"pushed_at":"2025-12-12T06:14:15.000Z","size":93031,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-13T10:59:57.698Z","etag":null,"topics":["docx","office","openxml","pptx","xlsx"],"latest_commit_sha":null,"homepage":"https://toolpkg.com/ppt","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qq15725.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-27T07:49:42.000Z","updated_at":"2025-12-12T06:14:14.000Z","dependencies_parsed_at":"2024-12-16T05:18:55.907Z","dependency_job_id":"152d7bc8-f8e1-476d-b7c3-cc7423194d9d","html_url":"https://github.com/qq15725/modern-openxml","commit_stats":null,"previous_names":["qq15725/modern-openxml"],"tags_count":64,"template":false,"template_full_name":"qq15725/starter-ts","purl":"pkg:github/qq15725/modern-openxml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qq15725%2Fmodern-openxml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qq15725%2Fmodern-openxml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qq15725%2Fmodern-openxml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qq15725%2Fmodern-openxml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qq15725","download_url":"https://codeload.github.com/qq15725/modern-openxml/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qq15725%2Fmodern-openxml/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30046861,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T10:53:31.691Z","status":"ssl_error","status_checked_at":"2026-03-03T10:53:22.041Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docx","office","openxml","pptx","xlsx"],"created_at":"2024-12-07T18:10:00.971Z","updated_at":"2026-03-03T13:38:30.973Z","avatar_url":"https://github.com/qq15725.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003emodern-openxml\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://unpkg.com/modern-openxml\"\u003e\n    \u003cimg src=\"https://img.shields.io/bundlephobia/minzip/modern-openxml\" alt=\"Minzip\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/modern-openxml\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/modern-openxml.svg\" alt=\"Version\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/modern-openxml\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/dm/modern-openxml\" alt=\"Downloads\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/qq15725/modern-openxml/issues\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/issues/qq15725/modern-openxml\" alt=\"Issues\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/qq15725/modern-openxml/blob/main/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/l/modern-openxml.svg\" alt=\"License\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## PPTX to JSON\n\n```ts\nimport { PPTX } from 'modern-openxml'\nimport presetShapeDefinitions from 'modern-openxml/presetShapeDefinitions'\n\n// buffer is PPTX file arrayBuffer\nconst pptx = new PPTX(buffer, { presetShapeDefinitions })\nconsole.log(pptx.toJSON())\n```\n\n## PPTX to SVG\n\n```ts\nimport { PPTX, PPTXToSVGRenderer } from 'modern-openxml'\nimport presetShapeDefinitions from 'modern-openxml/presetShapeDefinitions'\n\n// buffer is PPTX file arrayBuffer\nconst pptx = new PPTX(buffer, { presetShapeDefinitions })\nconst svgRenderer = new PPTXToSVGRenderer(pptx)\ndocument.body.appendChild(svgRenderer.toSVG())\nconsole.log(svgRenderer.toSVGString())\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqq15725%2Fmodern-openxml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqq15725%2Fmodern-openxml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqq15725%2Fmodern-openxml/lists"}