# HTML Repo

This package acts as a repository for the HTML-Widget. It currently contains:

 - lit: As the basic webcomponent framework. It is bundled and therefore adds if loaded to the overall loading time.
 - echarts: To enable charts inside the HTML widget. It is bundled and therefore adds if loaded to the overall loading time.
 - leaflet: Adding leaflet from global window context. If it does not exist, it throws. It adds noConflict.
 - angular: Angular from the global window context. If it does not exist it throws.
 - styles: Checks the page for applied styles and converts them to a simple css-import string.
 - fetch: A fetch client that is directly authenticated.