Independent sigpro vs sigpro-ui
All checks were successful
Deploy Docs to Synology / deploy (push) Successful in 3s

This commit is contained in:
2026-05-04 16:39:57 +02:00
parent 817de6a0ee
commit e6b172efa1
26 changed files with 1596 additions and 2368 deletions

7
src/build_umd.js Normal file
View File

@@ -0,0 +1,7 @@
import * as All from './sigpro-ui.js';
import * as Edt from './editor.js';
import * as Loc from './locale.js';
if (typeof window !== "undefined") {
Object.assign(window, All, Edt, Loc)
}