重命名WASM所在的目录。
This commit is contained in:
parent
8696cd0a39
commit
91ecd973ce
|
@ -1,6 +1,6 @@
|
|||
import { createContext, ReactNode, use, useEffect, useMemo, useState, useTransition } from 'react';
|
||||
import { ColorFunctionContext } from './ColorFunctionContext';
|
||||
import init, * as funcs from './pkg/color_module';
|
||||
import init, * as funcs from './color_functions/color_module';
|
||||
|
||||
export type ColorFunctionContextType = {
|
||||
colorFn: typeof funcs | null;
|
||||
|
|
Loading…
Reference in New Issue
Block a user