
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
slidev-component-zoom
Advanced tools
Zoom commands for Slidev.
By default slidev always scale the slide to fit the browser viewport.
This is nice, but you can't use the zoom feature of the browser anymore, the slide will automatically rescale to fit the viewport.
This library adds zoom buttons in the control bar to increase or decrease the font size.
For chrome and edge you can also use the native zoom feature of the browser, this will be catched by the plugin, and the font will be increased or decreased accordingly.
There is a little drawback to this: opening the devtools on the right or the left can trigger the zoom recalculation.
And if it happen, you can still click on the "Reset Zoom" button in the control bar to reset the zoom.
npm i slidev-component-zoom
Define this package into your slidev addons.
In your slides metadata (using frontmatter):
---
addons:
- slidev-component-zoom
---
Or in your package.json:
{
"slidev": {
"addons": [
"slidev-component-zoom"
]
}
}
Create a ./custom-nav-controls.vue file in your Slidev project and use the component:
<template>
<Zoom/>
</template>
Component for the zoom feature:
<Zoom/>
FAQs
Zoom commands for Slidev
The npm package slidev-component-zoom receives a total of 6 weekly downloads. As such, slidev-component-zoom popularity was classified as not popular.
We found that slidev-component-zoom demonstrated a not healthy version release cadence and project activity because the last version was released 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.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.