PretendoNetwork / applet-types

TypeScript type declarations for Nintendo applets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Applet Types

TypeScript type declarations Nintendo applets

What this is

Several Nintendo titles, ranging from Miiverse to TVii to the eShop and more, are "applets". Each title is actually just a heavily customized and stripped down web browser loading a web app. In order to give these web apps more powerful features and access to OS and hardware features, many ship with custom JavaScript APIs

These packages provide TypeScript type declarations for each of these APIs, as well as some constants, to ease the development experience in these applets. When mixed with NWFX this creates a truly modern work environment for these dating consoles

What this isn't

This is NOT any sort of shim or polyfill for these APIs. It is simply type declarations and some constants

About

TypeScript type declarations for Nintendo applets

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 100.0%