← All plugins
Markdown to Shape
Decomposes Markdown into multiple native shapes via a pluggable conversion registry (IoC).
pnpm add @edv4h/usketch-plugin-markdown-to-shapeOverview
Markdown to Shape is part of the uSketch first-party plugin set. Install it alongside your uSketch app and it self-registers on startup.
Usage
import { createApp } from "@edv4h/usketch-core";
import { MarkdownToShapePlugin } from "@edv4h/usketch-plugin-markdown-to-shape";
const app = createApp({
plugins: [
MarkdownToShapePlugin,
],
});