We’re planning to ship our app as a self contained library in form of UMD module.
-
How to consume?
We will serve the library from some CDN, currently we will serve only “latest” version of the application(since we’re in active dev and bugfix state) so consumer won’t need to care about versioning. At some later point we might intruduce some versioning once reach the stable version. -
How will it look like?(this is pseudo code and should not be considered as any existing or planned API contract).
// your html page