Skip to content

Commit

Permalink
Add example "Rastrr editor" (feature-sliced#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
coderNeos authored Mar 25, 2023
1 parent cdaed0f commit f219e51
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/pages/examples/_config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,14 @@ export const examples: Example[] = [
updatedAt: "2022-06-13",
tech: ["svelte"],
},
{
title: "Rastrr",
description: "A simple and free graphic editor for novice artists",
website: "https://rastrr.ru",
source: "https://github.com/rastrr-editor/client",
preview: require("./img/rastrr-editor.png"),
version: VERSIONS.V2,
updatedAt: "2023-03-25",
tech: ["svelte"],
},
];
Binary file added src/pages/examples/img/rastrr-editor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f219e51

Please sign in to comment.