We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a81c9 commit 5b5cdabCopy full SHA for 5b5cdab
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mind-ar-react",
3
- "version": "0.1.0-beta3",
+ "version": "0.1.0-beta3a",
4
"main": "dist/index.js",
5
"scripts": {
6
"dev": "vite",
src/index.ts
@@ -16,5 +16,8 @@ const MindAR = {
16
};
17
18
export { FaceTracking, ImageTracking, Components as MindAR };
19
+export { default as useCompiler } from './utils/useCompiler';
20
+export type { CompilerState } from './utils/interfaces';
21
+export * from './utils/constant';
22
23
export default MindAR;
0 commit comments