Skip to main content

latest
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
12 hours ago (0.1.0)

nxtgraph.js

To install dependencies:

bun install

To run:

bun run index.ts

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

Add Package

deno add jsr:@w2inc/xgraph

Import symbol

import * as xgraph from "@w2inc/xgraph";

---- OR ----

Import directly with a jsr specifier

import * as xgraph from "jsr:@w2inc/xgraph";

Add Package

npx jsr add @w2inc/xgraph

Import symbol

import * as xgraph from "@w2inc/xgraph";

Add Package

yarn dlx jsr add @w2inc/xgraph

Import symbol

import * as xgraph from "@w2inc/xgraph";

Add Package

pnpm dlx jsr add @w2inc/xgraph

Import symbol

import * as xgraph from "@w2inc/xgraph";

Add Package

bunx jsr add @w2inc/xgraph

Import symbol

import * as xgraph from "@w2inc/xgraph";