Skip to content

Instantly share code, notes, and snippets.

@tslmy

tslmy/things.js Secret

Created November 27, 2019 07:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tslmy/c6ca6b163166b066095add427693ce59 to your computer and use it in GitHub Desktop.
Save tslmy/c6ca6b163166b066095add427693ce59 to your computer and use it in GitHub Desktop.
let things = [
{
type: "airplane",
image:
"https://i.pinimg.com/originals/7a/57/d8/7a57d80a5f120fe10f55e176c7be4687.png",
size: 200
},
{
type: "wizard",
image:
"https://library.transylvaniacounty.org/wp-content/uploads/2016/12/harry-potter-on-broom-clipart.png",
size: 200,
name: "Potter"
},
{
type: "cloud",
image: "http://www.pngall.com/wp-content/uploads/2017/01/Fog-PNG.png",
size: 200
},
{
type: "cloud",
image:
"http://www.pngpix.com/wp-content/uploads/2016/10/PNGPIX-COM-Cloud-PNG-Transparent-Image.png",
size: 200
},
{
type: "horse",
name: "Jose",
image:
"https://i.pinimg.com/originals/00/bf/7f/00bf7f101f82f08c2fb3cd150714019a.gif",
size: 230
},
{
type: "bike",
image: "http://www.republicbike.com/images/republic_gbike_angle.png",
size: 500
},
{
type: "pet",
image:
"https://ph-files.imgix.net/229aeee9-ad6c-4bfd-ba94-cc3db9ebd7a0?auto=format",
size: 170
},
{
type: "pet",
name: "sausage",
image:
"https://i.pinimg.com/originals/3f/18/80/3f1880697a9910f7b61ab0f9e06d019c.gif",
size: 330
},
{
type: "pet",
image: "https://img.itch.zone/aW1nLzc3NjkzNC5naWY=/original/OXf8zn.gif",
size: 220
},
{
type: "food",
image:
"http://www.pngpix.com/wp-content/uploads/2016/11/PNGPIX-COM-Fruit-Basket-PNG-Transparent-Image-500x416.png",
size: 120
},
{
type: "toy",
image: "https://www.childrens-museum.org/media/uploads/teddybear2.png",
size: 100
},
{
type: "tree",
image:
"https://data2.polantis.com/image1000/data/562/26287/Cutout%20Tree%2034_3D_p.png",
size: 400
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment