Skip to content

monoshot@0.0.9

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Aug 21:33
· 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.info framing, Codec.bounds, Frame.metrics, and Browser.