drasl/js/main.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

7 lines
148 B
TypeScript

import * as THREE from "three";
import skinview3d from "skinview3d";
import background from "./background.ts";
export { skinview3d, background };