Add version history, screenshots, embed generator, collections, npm search, format-on-save, and custom fonts

This commit is contained in:
root
2026-02-27 01:47:16 -06:00
parent 6ca8519250
commit 0d84c56008
14 changed files with 1046 additions and 25 deletions

View File

@@ -8,6 +8,8 @@ const DEFAULTS = {
previewTheme: 'light',
previewDevice: 'desktop',
editorTheme: 'vs-dark',
formatOnSave: false,
editorFont: 'default',
};
export function getPref(key) {