modernize

- replace vite with tsdown
- update registry
- update deps
This commit is contained in:
2026-02-03 07:47:48 +01:00
parent 1115053fcd
commit 1217cf56f5
15 changed files with 930 additions and 1861 deletions

7
dist/unom-style.js vendored
View File

@@ -1,4 +1,3 @@
import { default as f } from "./easings.js";
export {
f as ease
};
import easings_default from "./easings/easings.js";
export { easings_default as ease };