Files
Tooloop-Packages/onboarding/package/assets/data/slides/slides.js
T

22 lines
716 B
JavaScript

var slides = [
{
image: "Hello World.mp4",
title: "",
description: ""
},
{
image: "placeholder-16x9.png",
title: "Mouse cursor",
description: `Your mouse cursor is hidden. It will show up if you move it. Click on the desktop to access the _menu_.`
},
{
image: "placeholder-16x9.png",
title: "Network access",
description: `Tooloop Boxes can be managed over the network. Just type the IP-address of this box into your browser.`
},
{
image: "placeholder-16x9.png",
title: "Documentation",
description: `You can find manuals and information at [tooloop-os.org](https://tooloop-os.org).`
},
]