@voltex-viewer/plugin-api
v0.3.0
Published
Plugin API for Voltex waveform viewer
Downloads
10
Readme
@voltex-viewer/plugin-api
Plugin API for the Voltex waveform viewer. This package provides the core interfaces and types needed to develop plugins for Voltex.
Installation
npm install @voltex-viewer/plugin-apiUsage
import { PluginContext } from '@voltex-viewer/plugin-api';
export default (context: PluginContext): void => {
// Plugin implementation
};License
MIT
