feat: layer effects, bucket fill, simple brush

This commit is contained in:
2026-05-21 00:02:12 +07:00
parent bcf4650c70
commit e7dd9420e7
47 changed files with 1675 additions and 1038 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ export default function HomePage() {
const base = createProject(title, "free");
const projectWithImageCanvas = setCanvasSize(base, imageSize.width, imageSize.height);
const project = addLayer(projectWithImageCanvas, createLayer("image", {
const project = addLayer(projectWithImageCanvas, createLayer("raster", {
name: file.name,
sourceUri,
x: 0,