Skip to main content
Home

Built and signed on GitHub Actions

TypeScript implementation of JUCE's ValueTree parser and writer

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
a year ago (0.2.1)

valuetree-ts / JUCE's ValueTree Parser in TypeScript

JSR

This is a TypeScript implementation of JUCE's ValueTree parser and writer.

Installation

Please follow jsr documentation for installation instructions.

# Deno
deno add @sevenc-nanashi/valuetree-ts

# Node.js (one of the below, depending on your package manager)
npx jsr add @sevenc-nanashi/valuetree-ts
yarn dlx jsr add @sevenc-nanashi/valuetree-ts
pnpm dlx jsr add @sevenc-nanashi/valuetree-ts

# Bun
bunx jsr add @sevenc-nanashi/valuetree-ts

License

This project is licensed under the MIT License.

Acknowledgments

Parser implementation is based on libresvip. See NOTICE.md for more information.

Built and signed on
GitHub Actions

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:@sevenc-nanashi/valuetree-ts

Import symbol

import * as valuetree_ts from "@sevenc-nanashi/valuetree-ts";
or

Import directly with a jsr specifier

import * as valuetree_ts from "jsr:@sevenc-nanashi/valuetree-ts";

Add Package

pnpm i jsr:@sevenc-nanashi/valuetree-ts
or (using pnpm 10.8 or older)
pnpm dlx jsr add @sevenc-nanashi/valuetree-ts

Import symbol

import * as valuetree_ts from "@sevenc-nanashi/valuetree-ts";

Add Package

yarn add jsr:@sevenc-nanashi/valuetree-ts
or (using Yarn 4.8 or older)
yarn dlx jsr add @sevenc-nanashi/valuetree-ts

Import symbol

import * as valuetree_ts from "@sevenc-nanashi/valuetree-ts";

Add Package

vlt install jsr:@sevenc-nanashi/valuetree-ts

Import symbol

import * as valuetree_ts from "@sevenc-nanashi/valuetree-ts";

Add Package

npx jsr add @sevenc-nanashi/valuetree-ts

Import symbol

import * as valuetree_ts from "@sevenc-nanashi/valuetree-ts";

Add Package

bunx jsr add @sevenc-nanashi/valuetree-ts

Import symbol

import * as valuetree_ts from "@sevenc-nanashi/valuetree-ts";