MCPcopy
hub / github.com/hakimel/reveal.js / ZoomPlugin

Interface ZoomPlugin

plugin/zoom/index.ts:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import ZoomImplementation from './plugin.js';
5
6export interface ZoomPlugin extends RevealPlugin {
7 id: 'zoom';
8}
9
10const Zoom = ZoomImplementation as () => ZoomPlugin;
11

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…