This repository was archived by the owner on Sep 17, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
react-integration-examples Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 10
10
-->
11
11
< link rel ="manifest " href ="%PUBLIC_URL%/manifest.json ">
12
12
< link rel ="shortcut icon " href ="%PUBLIC_URL%/favicon.ico ">
13
+ < script src ="https://code.jquery.com/pep/0.4.3/pep.js "> </ script >
13
14
<!--
14
15
Notice the use of %PUBLIC_URL% in the tags above.
15
16
It will be replaced with the URL of the `public` folder during the build.
Original file line number Diff line number Diff line change @@ -5,8 +5,11 @@ import * as MyScriptJS from 'myscript'
5
5
import 'myscript/dist/myscript.min.css' ;
6
6
7
7
const editorStyle = {
8
- 'minWidth' : '500px' ,
9
- 'minHeight' : '500px' ,
8
+ 'minWidth' : '100px' ,
9
+ 'minHeight' : '100px' ,
10
+ 'width' : '100vw' ,
11
+ 'height' : 'calc(100vh - 190px)' ,
12
+ 'touch-action' : 'none' ,
10
13
} ;
11
14
12
15
class App extends Component {
@@ -32,8 +35,8 @@ class App extends Component {
32
35
server : {
33
36
scheme : 'https' ,
34
37
host : 'webdemoapi.myscript.com' ,
35
- applicationKey : 'xxxxxx ' ,
36
- hmacKey : 'xxxxxx ' ,
38
+ applicationKey : '1463c06b-251c-47b8-ad0b-ba05b9a3bd01 ' ,
39
+ hmacKey : '60ca101a-5e6d-4159-abc5-2efcbecce059 ' ,
37
40
} ,
38
41
} ,
39
42
} ) ;
You can’t perform that action at this time.
0 commit comments