Skip to main content
Home

@axink/core@0.1.4

latest

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
This package works with Node.js
This package works with 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

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:@axink/core

Import symbol

import * as core from "@axink/core";
or

Import directly with a jsr specifier

import * as core from "jsr:@axink/core";

Add Package

pnpm i jsr:@axink/core
or (using pnpm 10.8 or older)
pnpm dlx jsr add @axink/core

Import symbol

import * as core from "@axink/core";

Add Package

yarn add jsr:@axink/core
or (using Yarn 4.8 or older)
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";