liuyuqi-dellpc 1 year ago
parent
commit
6c0d5482f1
1 changed files with 16 additions and 1 deletions
  1. 16 1
      README.md

+ 16 - 1
README.md

@@ -1,3 +1,18 @@
 # draw_gen_code
 # draw_gen_code
 
 
-只通过一张设计稿 生成 网站
+只通过一张设计稿 生成 网站
+
+## Usage
+
+```bash
+# 安装依赖
+
+```
+
+
+## Reference
+
+- [draw-a-ui](https://github.com/SawyerHood/draw-a-ui) 基于 tldraw 和 gpt4 的设计稿生成代码
+- [screenshot-to-code](https://github.com/abi/screenshot-to-code) 截图生成代码
+
+