
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@pptkit/svg-renderer
Advanced tools
@pptkit/svg-rendererBrowser-oriented SVG preview rendering for PPTKit presentations. The renderer consumes the public Core and Layout contracts and returns one standalone SVG string per slide.
import { renderPresentationToSvg } from "@pptkit/svg-renderer";
const result = await renderPresentationToSvg(presentation);
preview.innerHTML = result.slides[0]?.svg ?? "";
The output uses SVG geometry, images, and native <text>/<tspan> layout for simple
text. Bar, line, and pie charts render as native SVG geometry. XHTML foreignObject remains a fallback for mixed-run rich text and tables. It
targets modern browsers and is intended for QA previews, not as a
pixel-identical PowerPoint renderer or a portable SVG interchange format. URL assets
work by default; local path assets require a custom SvgAssetResolver.
FAQs
Browser-oriented SVG preview rendering for PPTKit presentations.
The npm package @pptkit/svg-renderer receives a total of 8 weekly downloads. As such, @pptkit/svg-renderer popularity was classified as not popular.
We found that @pptkit/svg-renderer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.