Skip to main content

@alator21/tay@0.1.10
Built and signed on GitHub Actions

Generates a banner based on the last.fm top tracks

This package works with Node.js, Deno, Bun, BrowsersIt is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
70%
Published
3 months ago (0.1.10)
function generateImageBanner
generateImageBanner(request: GenerateImageBannerRequest): Promise<Buffer>

returns the top tracks of the week in image format

Parameters

request: GenerateImageBannerRequest

Return Type

Promise<Buffer>

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@alator21/tay

Import symbol

import { generateImageBanner } from "@alator21/tay";

---- OR ----

Import directly with a jsr specifier

import { generateImageBanner } from "jsr:@alator21/tay";

Add Package

npx jsr add @alator21/tay

Import symbol

import { generateImageBanner } from "@alator21/tay";

Add Package

yarn dlx jsr add @alator21/tay

Import symbol

import { generateImageBanner } from "@alator21/tay";

Add Package

pnpm dlx jsr add @alator21/tay

Import symbol

import { generateImageBanner } from "@alator21/tay";

Add Package

bunx jsr add @alator21/tay

Import symbol

import { generateImageBanner } from "@alator21/tay";