···11-import { AtpAgent } from "@atproto/api";
22-import { getBackground, backgroundToBase64 } from "../lib/theme.js";
33-44-const pdsAgent = new AtpAgent({
55- // this would be updated once i switch to a different PDS
66- service: "https://shiitake.us-east.host.bsky.network",
77-});
88-99-getBackground(
1010- pdsAgent,
1111- "did:plc:vro3sykit2gjemuza2pwvxwy",
1212- "bafkreifzguxskzjgaim5w4x4d7ejmej2e3efqzvwtrinhfymjwpvztudbi",
1313-).then((response) => {
1414- console.log(response);
1515-});