Skip to main content

Built and signed on GitHub Actions

A framework for creating ActivityPub bots

This package works with Deno
This package works with Deno
JSR Score
88%
Published
2 months ago (0.1.1)
interface PagesOptions

Options for the web pages of the bot.

Properties

readonly
optional
color:
"amber"
| "azure"
| "blue"
| "cyan"
| "fuchsia"
| "green"
| "grey"
| "indigo"
| "jade"
| "lime"
| "orange"
| "pink"
| "pumpkin"
| "purple"
| "red"
| "sand"
| "slate"
| "violet"
| "yellow"
| "zinc"

The color of the theme. It will be used for the theme color of the web pages. The default color is "green".

readonly
optional
css: string

The CSS code for the bot. It will be used for the custom CSS of the web pages.

Add Package

deno add jsr:@fedify/botkit

Import symbol

import { type PagesOptions } from "@fedify/botkit/bot";

---- OR ----

Import directly with a jsr specifier

import { type PagesOptions } from "jsr:@fedify/botkit/bot";