File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# UI Sketcher
2
2
3
- Turn rough sketches into UI code
3
+ Turn sketches into UI code
4
4
5
5
https://github.com/pAIrprogio/vscode-ui-sketcher/assets/1863461/b9f1a1ac-00c9-4c96-bbd0-de15c0e20db8
6
6
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 1.1.1] - 2023-22-09
4
+
5
+ ### Added
6
+
7
+ - Preview iframe can now be interacted with
8
+
3
9
## [ 1.1.0] - 2023-22-09
4
10
5
11
### Added
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ui-sketcher" ,
3
3
"displayName" : " UI Sketcher" ,
4
- "description" : " Turn rough UI sketches into code with the magic of GPT-4 Vision" ,
4
+ "description" : " Turn UI sketches into code with the magic of GPT-4 Vision" ,
5
5
"publisher" : " pAIrprog" ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
8
"url" : " https://github.com/pAIrprogio/vscode-ui-sketcher"
9
9
},
10
10
"license" : " MIT" ,
11
- "version" : " 1.1.0 " ,
11
+ "version" : " 1.1.1 " ,
12
12
"icon" : " images/icon.png" ,
13
13
"engines" : {
14
14
"vscode" : " ^1.84.0"
You can’t perform that action at this time.
0 commit comments