Skip to content

Files

Latest commit

e470007 · Nov 2, 2023

History

History

webview-ui

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. Svelte, Vue, SolidJS, React, etc.)
  • JavaScript files
  • CSS files
  • Assets / resources (i.e. images, illustrations, etc.)