SnowflakePowered/snowflake

Adequately document JavaScript API

Closed this issue · 1 comments

Themes are the most important and involved component in Snowflake, while Scrapers and EmulatorBridges are simply "Make function A return result B", themes must utilize the various parts of StandardAjax and Snowflake.js endpoints to bring everything together. They are the most apparent way of showing Snowflake's customization, and is the way the user interacts with Snowflake, but this important API received none to little documentation. This theming API, as StandardAjax is to be known, should have in-depth docs and examples written for it thoroughly explaining how to write your own theme.

API will be self-documenting after #207 implemented using Michi