Skip to main content
Home
This release is a pre-release — the latest non-prerelease version of @fedify/botkit is 0.3.1. Jump to this version

@fedify/botkit@0.4.0-dev.172+8388e94a
Built and signed on GitHub Actions

Works with
This package works with Deno
This package works with Deno
JSR Score88%
Downloads25/wk
Published3 months ago (0.4.0-dev.172+8388e94a)

A framework for creating ActivityPub bots

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.

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

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";