You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Community sketches [from our curation](https://openprocessing.org/curation/87649) are fetched dynamically from OpenProcessing's API. The thumbnails generated from OpenProcessing are 400x400, but we display a few featured sketches at a larger size on the homepage and community page, so we also manually provide thumbnails at a larger resolution.
4
+
5
+
## Adding a new sketch
6
+
7
+
1. Add it to the curation on OpenProcessing
8
+
2. Take a screenshot of the sketch at a resolution of 1500x1000 as a `.png`
9
+
3. Add it to `src/api/images`, naming it after the ID of the sketch (the numeric part of the OpenProcessing URL.)
10
+
11
+
For example, the sketch https://openprocessing.org/sketch/2211029 would be saved as `2211029.png` in the folder.
0 commit comments