UNPKG

@jbrowse/plugin-linear-genome-view

Version:

JBrowse 2 linear genome view

8 lines (7 loc) 407 B
import type { LinearGenomeViewModel } from '../index.ts'; import type { ExportSvgOptions } from '../types.ts'; type LGV = LinearGenomeViewModel; export declare function renderToSvg(model: LGV, opts: ExportSvgOptions): Promise<string>; export { default as SVGGridlines } from './SVGGridlines.tsx'; export { default as SVGRuler } from './SVGRuler.tsx'; export { default as SVGTracks } from './SVGTracks.tsx';