Skip to content

saier优雅的在线画板

一个体验优雅的在线绘画运行时 —— 融合 SAI / Procreate / Krita 之长,把画意手感搬到 web(PixiJS 显示 + 可脱离 Pixi 的 raster 引擎)

saier

Quick Start

bash
pnpm add pixi-painter
ts
import { createPainter } from 'pixi-painter'

const painter = createPainter({
  view: document.querySelector('#canvas') as HTMLCanvasElement,
  size: { width: 768, height: 768 },
})

await painter.init()
painter.useTool('brush')

Status

pixi-painter is under active architectural evolution — from a PixiJS brush demo into a elegant, multi-inspiration web painting runtime (synthesizing SAI / Procreate / Krita). The full plan lives in the Design section, written to be executed phase-by-phase by humans or coding agents.

Released under the MPL-2.0 License.