Files
Tooloop-Packages/onboarding/package/assets/data/slides/slides.js
T
2024-02-19 17:12:43 +01:00

20 lines
651 B
JavaScript

var slides = [
{
image: "Hello World.mp4",
},
{
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**.`
},
]