feat: add embedchain javascript package (#576)
This commit is contained in:
7
embedchain-js/embedchain/index.ts
Normal file
7
embedchain-js/embedchain/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { EmbedChainApp } from './embedchain';
|
||||
|
||||
export const App = async () => {
|
||||
const app = new EmbedChainApp();
|
||||
await app.initApp;
|
||||
return app;
|
||||
};
|
||||
Reference in New Issue
Block a user