JacobLinCool commited on
Commit
d8d1062
·
1 Parent(s): 8a5a151

docs: update readme

Browse files
Files changed (1) hide show
  1. README.md +18 -9
README.md CHANGED
@@ -1,3 +1,12 @@
 
 
 
 
 
 
 
 
 
1
  # Create 3D Icon
2
 
3
  This is a small cli tool to generate 3D icons using Blender.
@@ -10,9 +19,9 @@ This is a small cli tool to generate 3D icons using Blender.
10
  python create.py examples/LogosGithubIcon.svg
11
  ```
12
 
13
- | from | to |
14
- | :--------------------------------------------------: | :--------------------------------------------------: |
15
- | ![LogosGithubIcon.svg](examples/LogosGithubIcon.svg) | ![LogosGithubIcon.png](examples/LogosGithubIcon.png) |
16
 
17
  ---
18
 
@@ -20,9 +29,9 @@ python create.py examples/LogosGithubIcon.svg
20
  python create.py --light-x 1 --light-strength 2 examples/LogosBlender.svg
21
  ```
22
 
23
- | from | to |
24
- | :--------------------------------------------: | :--------------------------------------------: |
25
- | ![LogosBlender.svg](examples/LogosBlender.svg) | ![LogosBlender.png](examples/LogosBlender.png) |
26
 
27
  ---
28
 
@@ -30,9 +39,9 @@ python create.py --light-x 1 --light-strength 2 examples/LogosBlender.svg
30
  python create.py -r 0 -g 0.1 -b 0.3 -rx 5 -rz 5 -lx 1 -lz -1 -ls 100 --th 2 -d 0.6 examples/LogosGithub.svg
31
  ```
32
 
33
- | from | to |
34
- | :------------------------------------------: | :------------------------------------------: |
35
- | ![LogosGithub.svg](examples/LogosGithub.svg) | ![LogosGithub.png](examples/LogosGithub.png) |
36
 
37
  > Icons are from [SVG Logos](https://github.com/gilbarbara/logos) (CC0)
38
 
 
1
+ ---
2
+ title: Create 3D Icon
3
+ emoji: 🎨
4
+ colorFrom: purple
5
+ colorTo: gray
6
+ sdk: docker
7
+ app_port: 7860
8
+ ---
9
+
10
  # Create 3D Icon
11
 
12
  This is a small cli tool to generate 3D icons using Blender.
 
19
  python create.py examples/LogosGithubIcon.svg
20
  ```
21
 
22
+ | from | to |
23
+ | :--------------------------------------------------: | :-----------------------------------------------------: |
24
+ | ![LogosGithubIcon.svg](examples/LogosGithubIcon.svg) | ![LogosGithubIcon.png](https://i.imgur.com/Lgt0UNO.png) |
25
 
26
  ---
27
 
 
29
  python create.py --light-x 1 --light-strength 2 examples/LogosBlender.svg
30
  ```
31
 
32
+ | from | to |
33
+ | :--------------------------------------------: | :--------------------------------------------------: |
34
+ | ![LogosBlender.svg](examples/LogosBlender.svg) | ![LogosBlender.png](https://i.imgur.com/GuUWMc6.png) |
35
 
36
  ---
37
 
 
39
  python create.py -r 0 -g 0.1 -b 0.3 -rx 5 -rz 5 -lx 1 -lz -1 -ls 100 --th 2 -d 0.6 examples/LogosGithub.svg
40
  ```
41
 
42
+ | from | to |
43
+ | :------------------------------------------: | :-------------------------------------------------: |
44
+ | ![LogosGithub.svg](examples/LogosGithub.svg) | ![LogosGithub.png](https://i.imgur.com/w4yth2t.png) |
45
 
46
  > Icons are from [SVG Logos](https://github.com/gilbarbara/logos) (CC0)
47