textiot
Version:
A framework for building web and native (IoT) Dapps on the IPFS network
27 lines (26 loc) • 437 B
JSON
{
"name": "avatar",
"pin": true,
"links": {
"large": {
"use": ":file",
"pin": true,
"plaintext": true,
"mill": "/image/resize",
"opts": {
"width": "320",
"quality": "75"
}
},
"small": {
"use": ":file",
"pin": true,
"plaintext": true,
"mill": "/image/resize",
"opts": {
"width": "100",
"quality": "75"
}
}
}
}