更改WASM的引入方式。

This commit is contained in:
徐涛
2025-02-10 16:17:59 +08:00
parent 12e76b658e
commit 3eae8116e7
19 changed files with 13 additions and 2992 deletions

View File

@@ -1,4 +1,4 @@
import { SwatchEntry, SwatchSchemeSetting } from './color_functions/color_module';
import { SwatchEntry, SwatchSchemeSetting } from 'color-module';
export type SwatchScheme = {
light: Record<string, string[]>;