JSPM

eternal-lands.js

0.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 41
  • Score
    100M100P100Q54452F
  • License MIT

A JavaScript (and TypeScript) client library for Eternal Lands.

Package Exports

  • eternal-lands.js
  • eternal-lands.js/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (eternal-lands.js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

eternal-lands.js npm version build status

A JavaScript (and TypeScript) client library for Eternal Lands.

It provides several abstractions for managing the "low-level" (i.e. sending and receiving of packets) so that you can focus on building the "high-level" (e.g. trade bots, guard bots, AI-controlled ants, etc).

Installation

Install the package via npm:

$ npm install eternal-lands.js

Usage

More info coming soon.