
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
@file-viewer/pptx
Advanced tools
Flyfish File Viewer 的原生 PPTX 渲染引擎包,从历史稳定实现中独立拆分,便于持续维护和单独发布。
fitMode、zoomPercent、自定义 Worker URL / Worker factory,方便内网、离线和 CSP 场景。import { PptxViewer } from '@file-viewer/pptx'
const buffer = await file.arrayBuffer()
const viewer = await PptxViewer.open(buffer, document.querySelector('#app')!, {
fitMode: 'contain',
zoomPercent: 100,
onSlideRendered(index) {
console.log('slide rendered', index)
},
})
await viewer.setZoom(125)
viewer.destroy()
在 Flyfish File Viewer 中通常无需直接使用本包,@file-viewer/core 会按 PPTX 类型自动按需加载。
FAQs
Native PPTX renderer extracted from File Viewer
We found that @file-viewer/pptx 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.
Did you know?

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.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.