X-Git-Url: http://git.scottworley.com/paperdoorknob/blobdiff_plain/d2a41ff4f433a29173259359dcf477fd59ee3c78..9afdb32a9385204c13018198a136637ad599df47:/spec.py diff --git a/spec.py b/spec.py index 34e2e6b..c4975b5 100644 --- a/spec.py +++ b/spec.py @@ -24,6 +24,9 @@ class Spec: images: ImageStore htmlfilter: Callable[[bytes], bytes] domfilter: Callable[[Tag], None] + texfilter: Callable[[bytes], bytes] + icon_size: float layout: Layout geometry: str | None texout: IO[bytes] + log: Callable[[str], None]