🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

pptxjs-modern

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

pptxjs-modern

Modernized PPTX to HTML converter

unpublished
latest
npmnpm
Version
2.0.2
Version published
Maintainers
1
Created
Source

PPTXjs Modern

This is a modernized fork of PPTXjs providing a small PPTX to HTML converter without jQuery. It exposes an ES module and UMD build and a small React wrapper.

Usage

import { pptxToHtml } from 'pptxjs-modern';

const target = document.getElementById('slides')!;
await pptxToHtml({ file: '/slides.pptx', target });

For React:

import { PptViewer } from 'pptxjs-modern';

<PptViewer fileUrl="/slides.pptx" />

Build

  • npm run build – creates dist/pptxjs-modern.mjs and dist/pptxjs-modern.min.js.
  • npm test – runs unit tests with Vitest.

FAQs

Package last updated on 06 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts