@n1xx1/ocgcore-wasm@0.0.29Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
n1xx1/ocgcore-wasmProjectIgnis' EDOPro Core built for WebAssembly using emscripten.
This package works with Node.js, Deno, BrowsersIt is unknown whether this package works with Cloudflare Workers, Bun
JSR Score
88%
Published
5 months ago (0.0.29)
Turn phase.
readonly
DRAW: 1
Draw phase.
readonly
STANDBY: 2
Stand-by phase.
readonly
MAIN1: 4
Main phase 1.
readonly
BATTLE_START: 8
Battle phase: start step
readonly
BATTLE_STEP: 16
Battle phase: battle step
readonly
DAMAGE: 32
Battle phase: damage step
readonly
DAMAGE_CAL: 64
Battle phase: damage calculation
readonly
BATTLE: 128
Battle phase: end step
readonly
MAIN2: 256
Main phase 2.
readonly
END: 512
End phase.
Add Package
deno add jsr:@n1xx1/ocgcore-wasm
Import symbol
import { OcgPhase } from "@n1xx1/ocgcore-wasm";
---- OR ----
Import directly with a jsr specifier
import { OcgPhase } from "jsr:@n1xx1/ocgcore-wasm";
Add Package
npx jsr add @n1xx1/ocgcore-wasm
Import symbol
import { OcgPhase } from "@n1xx1/ocgcore-wasm";
Add Package
yarn dlx jsr add @n1xx1/ocgcore-wasm
Import symbol
import { OcgPhase } from "@n1xx1/ocgcore-wasm";
Add Package
pnpm dlx jsr add @n1xx1/ocgcore-wasm
Import symbol
import { OcgPhase } from "@n1xx1/ocgcore-wasm";
Add Package
bunx jsr add @n1xx1/ocgcore-wasm
Import symbol
import { OcgPhase } from "@n1xx1/ocgcore-wasm";