Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 324 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 324 Bytes

@kaplayjs/crew

Installation

npm install @kaplayjs/crew
yarn add @kaplayjs/crew
pnpm add @kaplayjs/crew
bun add @kaplayjs/crew

Usage

Using it on KAPLAY

import { assets } from "@kaplayjs/crew";

kaplay();

loadSprite("grass", assets.grass.sprite);