Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 801 Bytes

File metadata and controls

29 lines (18 loc) · 801 Bytes

Yggdrasil

GitHub Workflow Status GitHub npm (scoped)

Yggdrasil wrapper written in TypeScript

Documentation

Installation

Install the package:

$ npm install @minecraft-js/yggdrasil

And then import it in your JavaScript/TypeScript file

const { yggdrasil } = require('@minecraft-js/yggdrasil'); // CommonJS

import { yggdrasil } from '@minecraft-js/yggdrasil'; // ES6

Usage

This library is meant for client and server authentication. See this for more information.