Skip to content

Getting Started with @habemus-papadum/aiui-pencil

This page lives at packages/aiui-pencil/docs/getting-started.md. It's picked up automatically by the docs site as a guide under this package — edit or delete it, and add more *.md files here for additional per-package guides. The package overview comes from the README.md; the API reference is generated from src/index.ts.

A pencil: pressure/tilt/azimuth-driven textured strokes, erasing, and vanishing ink, on a three-tier raster surface.

Install

sh
npm install @habemus-papadum/aiui-pencil

Usage

ts
import { greet } from "@habemus-papadum/aiui-pencil";

greet("world"); // "Hello, world!"