JSPM

  • Created
  • Published
  • Downloads 3849
  • Score
    100M100P100Q124862F
  • License MIT

Package Exports

  • @takumi-rs/helpers

Readme

@takumi-rs/helpers

Types and helper functions for Takumi.

Example

import { container, text, image, style } from "@takumi-rs/helpers";

const root = container({
  width: 1200,
  height: 630,
  children: [
    text(
      style({
        font_size: 24,
        font_weight: 700,
        color: 0xffffff,
      }),
      "Hello, world!"
    ),
  ],
});

// Fetch takumi server or with @takumi-rs/core