Skip to content

Architecture

Tyler Snedigar edited this page Oct 3, 2023 · 3 revisions

The high-level architecture of eqplus is diagrammed below: eqplus diagram

The code is split out similarly:

  • src-background: contains code for the background worker
  • src-popup: contains code for the equalizer popup
  • src-options: contains code for the pinned tab

Additionally, there are some directories that contain code that is common to the above directories:

  • src-common: contains utilities, types, and common models
  • src-common-ui: contains UI elements that are safe to be used in either src-options or src-popup

Clone this wiki locally