Image
Displays an image.
$ import { Image } from 'geist-ui-svelte';
Basic
Browser Window
Sometimes you want to put your image in a browser window all you need to do is set the
`browserURL`
attribute.
Invert Colors
Change the browser theme with `browserInvert`.
Lock Responds to URL
Notice how the `http`
url does not have the lock but the `https`
url does.
Not very important but kinda fun.