pvc / README.md
p1atdev's picture
Update README.md
8b1c353
|
raw
history blame
235 Bytes
---
license: mit
---
# myethos.json
PVC figure images and information from [www.myethos.cn](http://www.myethos.cn).
```ts
interface Myethos {
[string]: {
image_urls: string[]
descriptions: Record<string, string>
}
}
```