Skip to content

Commit f33e35c

Browse files
authored
feat(examples): add "Draw, I'll Help" as an example
1 parent 6ac6b50 commit f33e35c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/pages/examples/_config.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,14 @@ export const examples = [
110110
updatedAt: "2022-05-31",
111111
tech: ["svelte"],
112112
},
113+
{
114+
title: "Draw, I'll Help",
115+
description: "A drawing app with shape correction powered by ML",
116+
website: "https://illright.github.io/draw-ill-help/",
117+
source: "https://github.com/illright/draw-ill-help",
118+
preview: require("./img/draw-ill-help.png"),
119+
version: VERSIONS.V2,
120+
updatedAt: "2022-06-13",
121+
tech: ["svelte"],
122+
},
113123
];

0 commit comments

Comments
 (0)