Closed vvidday closed 2 years ago
Commit 2540c1fa935946e7692ee1c2692c4602536ecec1:
Commit 5d7a24eeea11e7aea0f4069900aff8ed1b730677:
buffer.js
and gameImproved.js
) to work with new tweet object obtained from above
{ account: {accountObj}, post: string id: string choices: [] }
- Now, `id` was removed and `post` is changed into an object containing `media`, an array of URLs:
{ account: {accountObj}, post: { id: string text: string media: string[] } choices: [] }
Commit efefc3f2f4964457756baefabf779cc152354ca2:
- Tweaked `mainDisplay` to display images from new `post` object
- Added a basic custom "slider" to move between images
\n