Update README.md
Browse files
README.md
CHANGED
@@ -2,7 +2,10 @@
|
|
2 |
license: cc0-1.0
|
3 |
---
|
4 |
|
5 |
-
#
|
|
|
|
|
|
|
6 |
|
7 |
PVC figure images and information from [www.myethos.cn](http://www.myethos.cn).
|
8 |
|
@@ -37,9 +40,9 @@ Preview
|
|
37 |
]
|
38 |
```
|
39 |
|
40 |
-
|
41 |
|
42 |
-
PVC figure
|
43 |
|
44 |
```ts
|
45 |
interface Tokyofigure {
|
@@ -85,9 +88,9 @@ e.g.
|
|
85 |
]
|
86 |
```
|
87 |
|
88 |
-
|
89 |
|
90 |
-
PVC figure
|
91 |
|
92 |
```ts
|
93 |
interface Kotobukiya {
|
@@ -140,7 +143,7 @@ e.g.
|
|
140 |
]
|
141 |
```
|
142 |
|
143 |
-
|
144 |
|
145 |
```ts
|
146 |
interface GoodSmile {
|
@@ -151,9 +154,9 @@ interface GoodSmile {
|
|
151 |
}
|
152 |
```
|
153 |
|
154 |
-
|
155 |
|
156 |
-
figma
|
157 |
|
158 |
e.g.
|
159 |
|
|
|
2 |
license: cc0-1.0
|
3 |
---
|
4 |
|
5 |
+
# PVC figure products dataset
|
6 |
+
This dataset contains product information for figure images scraped from multiple Web sites.
|
7 |
+
|
8 |
+
## myethos.json
|
9 |
|
10 |
PVC figure images and information from [www.myethos.cn](http://www.myethos.cn).
|
11 |
|
|
|
40 |
]
|
41 |
```
|
42 |
|
43 |
+
## tokyofigure.json
|
44 |
|
45 |
+
PVC figure products information from [tokyofigure.jp](https://tokyofigure.jp).
|
46 |
|
47 |
```ts
|
48 |
interface Tokyofigure {
|
|
|
88 |
]
|
89 |
```
|
90 |
|
91 |
+
## kotobukiya.json
|
92 |
|
93 |
+
PVC figure products information from [en.kotobukiya.co.jp](https://en.kotobukiya.co.jp).
|
94 |
|
95 |
```ts
|
96 |
interface Kotobukiya {
|
|
|
143 |
]
|
144 |
```
|
145 |
|
146 |
+
## goodsmile
|
147 |
|
148 |
```ts
|
149 |
interface GoodSmile {
|
|
|
154 |
}
|
155 |
```
|
156 |
|
157 |
+
### goodsmile-figma.json
|
158 |
|
159 |
+
figma products information from (https://www.goodsmile.info/en/)[https://www.goodsmile.info/en/].
|
160 |
|
161 |
e.g.
|
162 |
|