← All plugins
Text
Editable text shape with IME support and auto-resize.
pnpm add @edv4h/usketch-plugin-shape-text Overview
Text 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 { ShapeTextPlugin } from "@edv4h/usketch-plugin-shape-text";
const app = createApp({
plugins: [
ShapeTextPlugin,
],
});