drasl/js/three.ts
Evan Goode fb5f97afb2 WIP: "Skin challenge" system
Add a system for verifying that a user owns an account on another API
server (such as Mojang's). Drasl gives the user a skin to put on their
account, then checks that the account has the skin.

See `getChallenge` in `front.go`.
2022-09-21 19:16:11 -04:00

3 lines
54 B
TypeScript

import * as THREE from "three";
export default THREE;