·
18 commits
to main
since this release
Patch Changes
-
55ba337: Added gradient backgrounds, automatic syntax themes, and grammar-free languages to shared rendering interfaces.
const html = await Frame.create().toDocument({ background: 'gradient:#3F37C9:#8C87DF', code: 'Hello, world.', lang: 'text', padding: 64, radius: 12, theme: 'vitesse-dark', title: '', titleBar: false, width: 640, })
-
fbdf430: Moved a frame's radius, bounds, and type metrics onto the modules that own them, and published
Theme.infoframing,Codec.bounds,Frame.metrics, andBrowser.