Skip to content

云绘Saier · 优雅的在线画板

云乐坊旗下的在线绘画工作台 —— 融合 SAI / Procreate / Krita 之长,把画意手感搬到 web(PixiJS 显示 + 可脱离 Pixi 的 raster 引擎)

云绘 Saier

Quick Start

云绘是产品的中文名,英文名与开源项目名仍为 Saiersaier@saier/* 包名、API 及文件格式标识保持不变。

bash
pnpm add saier
ts
import { createPainter } from 'saier'

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

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

Status

Saier 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.