UNPKG

dcl-npc-toolkit-ai-version

Version:

A collection of tools for creating Non-Player-Characters (NPCs). These are capable of having conversations with the player, and play different animations. AI usage is added atop of it

11 lines (10 loc) 238 B
import 'core-js/features/url'; import { TextEncoder } from 'text-encoding'; declare global { interface Global { TextEncoder: typeof TextEncoder; } } export declare const base64: { encode: (input: string) => string; };