We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac6b50 commit f33e35cCopy full SHA for f33e35c
src/pages/examples/_config.js
@@ -110,4 +110,14 @@ export const examples = [
110
updatedAt: "2022-05-31",
111
tech: ["svelte"],
112
},
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
+ },
123
];
0 commit comments