Render publication-quality biomedical illustrations with our advanced SVG engine. Interactive, themeable, and export-ready.
import { InteractiveCanvas } from '@/components/interactive-canvas';
import { defaultTheme } from '@/modules/renderer/theme-system';
function MyFigure() {
return (
<InteractiveCanvas
figureSpec={myFigureSpec}
width={800}
height={600}
theme={defaultTheme}
showGrid={false}
showLabels={true}
onEntitySelect={(id) => console.log('Selected:', id)}
/>
);
}Professional Icons
Beautiful Themes
Smooth Animation
Vector Graphics