brainsmatics 1.0.84 → 1.0.86

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -7,23 +7,6 @@
7
7
  To make it easy for you to get started with GitLab, here's a list of recommended next steps.
8
8
 
9
9
  Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)!
10
-
11
- ## Add your files
12
-
13
- - [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
14
- - [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command:
15
-
16
- ```
17
- cd existing_repo
18
- git remote add origin http://192.168.70.106/wangyuegang/brain-ui.git
19
- git branch -M main
20
- git push -uf origin main
21
- ```
22
-
23
- ## Integrate with your tools
24
-
25
- - [ ] [Set up project integrations](http://192.168.70.106/wangyuegang/brain-ui/-/settings/integrations)
26
-
27
10
  ## Collaborate with your team
28
11
 
29
12
  - [ ] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/)
@@ -2,7 +2,7 @@ import * as THREE from 'three';
2
2
  import { MutableRefObject } from 'react';
3
3
  export declare const scene: MutableRefObject<THREE.Scene>;
4
4
  export declare const cameralight: MutableRefObject<THREE.PointLight>;
5
- export declare const camera: MutableRefObject<any>;
5
+ export declare const camera: MutableRefObject<THREE.PerspectiveCamera>;
6
6
  export declare const scale: MutableRefObject<number>;
7
7
  export declare const tranX: MutableRefObject<number>;
8
8
  export declare const tranY: MutableRefObject<number>;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index-6bd63f48.js"),t=require("./basedecoder-0503cc54.js");require("react");require("react-dom");class d extends t.BaseDecoder{decodeBlock(e){return r.inflate_1(new Uint8Array(e)).buffer}}exports.default=d;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index-a60be4c1.js"),t=require("./basedecoder-0503cc54.js");require("react");require("react-dom");class d extends t.BaseDecoder{decodeBlock(e){return r.inflate_1(new Uint8Array(e)).buffer}}exports.default=d;
@@ -1,4 +1,4 @@
1
- import { i as r } from "./index-7cb674fd.mjs";
1
+ import { i as r } from "./index-cb09cd80.mjs";
2
2
  import { B as o } from "./basedecoder-11034ec6.mjs";
3
3
  import "react";
4
4
  import "react-dom";