Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 745 Bytes

ASSETS.md

File metadata and controls

22 lines (14 loc) · 745 Bytes

Types of Assets

GIT REVEAL has two kinds of assets:

  1. Runtime Assets: static files used at runtime. These are stored in assets/.
  2. Store Assets: images shown in the Chrome Web Store. These are stored in images/.

Most of the store assets aren't commited to the repo since they aren't needed when developing or building.

Exporting from Figma

Assets are created and exported from Figma.

To export:

  1. Open the Figma Project.
  2. Go to the Assets page.
  3. File > Export... or Ctrl+Shift+E
  4. Click Export
  5. Extract the ZIP into the git-reveal folder. The files should be placed into assets/ and images/ automatically.