Skip to content
This repository was archived by the owner on Aug 2, 2024. It is now read-only.

Files

Latest commit

May 11, 2023
b3ebbd8 · May 11, 2023

History

History

webview-ui Directory

This directory contains all of the code that will be executed within the webview context. It can be thought of as the place where all the "frontend" code of a webview is contained.

Types of content that can be contained here:

  • Frontend framework code (i.e. SolidJS, React, Svelte, Vue, etc.)
  • JavaScript files
  • CSS files
  • Assets / resources (i.e. images, illustrations, etc.)