Skip to content

Commit f219e51

Browse files
authored
Add example "Rastrr editor" (feature-sliced#559)
1 parent cdaed0f commit f219e51

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/pages/examples/_config.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,14 @@ export const examples: Example[] = [
132132
updatedAt: "2022-06-13",
133133
tech: ["svelte"],
134134
},
135+
{
136+
title: "Rastrr",
137+
description: "A simple and free graphic editor for novice artists",
138+
website: "https://rastrr.ru",
139+
source: "https://github.com/rastrr-editor/client",
140+
preview: require("./img/rastrr-editor.png"),
141+
version: VERSIONS.V2,
142+
updatedAt: "2023-03-25",
143+
tech: ["svelte"],
144+
},
135145
];
227 KB
Loading

0 commit comments

Comments
 (0)