Axink is a revitalizing framework, perfect for crafting 2D and 3D games using TypeScript. It's freely available, open-source, and cross-platform.
This package works with Node.js, Deno

JSR Score
70%
Published
10 months ago (0.1.4)
Axink
Hello! Axink is a revitalizing framework, perfect for crafting 2D and 3D games using TypeScript. It's freely available, open-source, and compatible with Windows, Mac OS X, Linux, Android, and iOS.
For node:
npm install -g axink-cli
Add Package
deno add jsr:@axink/core
Import symbol
import * as core from "@axink/core";
Import directly with a jsr specifier
import * as core from "jsr:@axink/core";
Add Package
pnpm i jsr:@axink/core
pnpm dlx jsr add @axink/core
Import symbol
import * as core from "@axink/core";
Add Package
yarn add jsr:@axink/core
yarn dlx jsr add @axink/core
Import symbol
import * as core from "@axink/core";
Add Package
vlt install jsr:@axink/core
Import symbol
import * as core from "@axink/core";
Add Package
npx jsr add @axink/core
Import symbol
import * as core from "@axink/core";