@repoatlasdev/renderers
v0.2.1
Published
Multi-theme tree renderers for RepoAtlas (ASCII, Unicode, VSCode, Material, Nerd Font)
Readme
@repoatlasdev/renderers
Multi-theme rendering engine for RepoAtlas TreeNode visualizations.
Features
- Built-in Themes:
unicode,vscode,material,nerd-font,ascii,markdown,json,mermaid. - Extensible Plugin Architecture: Easily register custom theme renderers.
Installation
npm install @repoatlasdev/renderersUsage
import { RendererRegistry } from '@repoatlasdev/renderers';
const registry = new RendererRegistry();
const output = registry.render(tree, 'vscode');
console.log(output);