Skip to content

Commit

Permalink
Merge pull request #92 from Lorp/Multiple-changes-to-integrate-samsa-…
Browse files Browse the repository at this point in the history
…core-v2

Changes to update to use samsa-core v2
  • Loading branch information
Lorp authored Feb 10, 2025
2 parents 6198ed4 + 6ae9081 commit 3928a3e
Show file tree
Hide file tree
Showing 3 changed files with 6,823 additions and 3,718 deletions.
4 changes: 4 additions & 0 deletions src/samsa-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
// - data URLs need a filename parameter
// - on optional preload parameter forces that font to be loaded when the app starts (only one font can be preloaded)

const CONFIG = {};

CONFIG.fontList = [

{
Expand Down Expand Up @@ -105,3 +107,5 @@ CONFIG.panels = [
{id: "panel-about", side: "left"},
{id: "panel-glyphs", side: "right"},
];

export { CONFIG };
Loading

0 comments on commit 3928a3e

Please sign in to comment.