Skip to main content
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
82%
Published
a year ago (1.0.2)

text-to-speech

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.0.27. Bun is a fast all-in-one JavaScript runtime.

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:@abuusama/text-to-speech

Import symbol

import * as text_to_speech from "@abuusama/text-to-speech";
or

Import directly with a jsr specifier

import * as text_to_speech from "jsr:@abuusama/text-to-speech";

Add Package

pnpm i jsr:@abuusama/text-to-speech
or (using pnpm 10.8 or older)
pnpm dlx jsr add @abuusama/text-to-speech

Import symbol

import * as text_to_speech from "@abuusama/text-to-speech";

Add Package

yarn add jsr:@abuusama/text-to-speech
or (using Yarn 4.8 or older)
yarn dlx jsr add @abuusama/text-to-speech

Import symbol

import * as text_to_speech from "@abuusama/text-to-speech";

Add Package

npx jsr add @abuusama/text-to-speech

Import symbol

import * as text_to_speech from "@abuusama/text-to-speech";

Add Package

bunx jsr add @abuusama/text-to-speech

Import symbol

import * as text_to_speech from "@abuusama/text-to-speech";