
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/core
Advanced tools
@pptkit/coreAuthoring model and Canonical Presentation IR for PPTKit.
import { createPresentation, normalizePresentation } from "@pptkit/core";
const presentation = createPresentation({
metadata: { title: "Quarterly Update", author: "Example Team" },
theme: { colors: { accent1: "2457D6" } },
textStylePresets: {
title: { frame: { margin: 0, verticalAlign: "middle" }, paragraph: { align: "center" }, run: { fontSize: 32, bold: true } },
},
});
const slide = presentation.addSlide();
slide.addElement({
type: "text",
content: [{
runs: [
{ text: "Quarterly ", style: { fontSize: 32 } },
{ text: "Update", style: { fontSize: 32, bold: true, color: { theme: "accent1" } } },
],
}],
box: { x: 48, y: 48, width: 500, height: 60 },
});
const normalized = normalizePresentation(presentation);
console.log(normalized.irVersion); // 1
slide.addElement({
type: "shape",
shape: "roundRect",
box: { x: 48, y: 120, width: 500, height: 80 },
text: { content: "Editable card", textStylePreset: "title" },
});
Collections are exposed as readonly snapshots. Use document and slide methods to add, insert, move, remove, or duplicate content.
FAQs
Authoring-facing document model for PPTKit.
The npm package @pptkit/core receives a total of 0 weekly downloads. As such, @pptkit/core popularity was classified as not popular.
We found that @pptkit/core 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.