PixiJS-powered
Viewport, zoom / pan / rotate, layer compositing and GPU rendering on top of PixiJS v8.
云乐坊旗下的在线绘画工作台 —— 融合 SAI / Procreate / Krita 之长,把画意手感搬到 web(PixiJS 显示 + 可脱离 Pixi 的 raster 引擎)
云绘是产品的中文名,英文名与开源项目名仍为 Saier。saier 与 @saier/* 包名、API 及文件格式标识保持不变。
pnpm add saierimport { createPainter } from 'saier'
const painter = createPainter({
view: document.querySelector('#canvas') as HTMLCanvasElement,
size: { width: 768, height: 768 },
})
await painter.init()
painter.useTool('brush')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.
.myb mappingcore and the Pixi adapter