Skip to content

websiteshot/documentation

Repository files navigation

Websiteshot Documentation


Never spend time again to create awesome screenshots of your websites.


Variables

variables.config.js

Images

Images are referencing a S3 Bucket and can be easily embedded in the following way.

Import:

import { image } from "@site/src/variables.config";
export const BucketImage = ({ prop }) => <img src={prop.src} alt={prop.alt} />;

Embed:

<BucketImage prop={image.app.apikey}></BucketImage>