mirror of
https://github.com/excalidraw/excalidraw.git
synced 2024-11-02 03:25:53 +01:00
feat: Add screenshots to manifest.json (#3369)
* feat: Add screenshots to manifest.json * rename screenshots
This commit is contained in:
parent
a0899966ff
commit
34761200bf
@ -39,5 +39,37 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"screenshots": [
|
||||||
|
{
|
||||||
|
"src": "/screenshots/virtual-whiteboard.png",
|
||||||
|
"type": "image/png",
|
||||||
|
"sizes": "462x945"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/screenshots/wireframe.png",
|
||||||
|
"type": "image/png",
|
||||||
|
"sizes": "462x945"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/screenshots/illustration.png",
|
||||||
|
"type": "image/png",
|
||||||
|
"sizes": "462x945"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/screenshots/shapes.png",
|
||||||
|
"type": "image/png",
|
||||||
|
"sizes": "462x945"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/screenshots/collaboration.png",
|
||||||
|
"type": "image/png",
|
||||||
|
"sizes": "462x945"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/screenshots/export.png",
|
||||||
|
"type": "image/png",
|
||||||
|
"sizes": "462x945"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
BIN
public/screenshots/collaboration.png
Normal file
BIN
public/screenshots/collaboration.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
BIN
public/screenshots/export.png
Normal file
BIN
public/screenshots/export.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
BIN
public/screenshots/illustration.png
Normal file
BIN
public/screenshots/illustration.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
BIN
public/screenshots/shapes.png
Normal file
BIN
public/screenshots/shapes.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
BIN
public/screenshots/virtual-whiteboard.png
Normal file
BIN
public/screenshots/virtual-whiteboard.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
BIN
public/screenshots/wireframe.png
Normal file
BIN
public/screenshots/wireframe.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
Loading…
Reference in New Issue
Block a user