Studio App Base
This contains a base StudioApp class which you can extend to build your own studio apps.
Installation
Inside your project:
yarn add studio-app
Usage
In your index.js
, you can extend the app base like so:
; ... ;
In index.html
you can instantiate it and render:
const app = ;app;
License
Copyright 2018 Movable, Inc. All rights reserved.