Skip to main content
Module

x/silicon/bindings/bindings.ts>SiliconResult

Deno module to generate images from source code using Aloxaf/silicon.
Go to Latest
type alias SiliconResult
import { type SiliconResult } from "https://deno.land/x/silicon@v0.0.4/bindings/bindings.ts";
definition:
| { FontList: { data: Array<string>; }; }
| { ThemeList: { data: Array<string>; }; }
| { Image: { data: string; }; }
| { Error: { error: string; }; }