MCPcopy Index your code
hub / github.com/hizzgdev/jsmind / open_empty

Function open_empty

example/2_features.js:2–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1var _jm = null;
2function open_empty() {
3 var options = {
4 container: 'jsmind_container',
5 theme: 'greensea',
6 editable: true,
7 log_level: 'debug',
8 view: {
9 engine: 'canvas',
10 draggable: true,
11 enable_device_pixel_ratio: false,
12 },
13 plugin: {
14 screenshot: {
15 background: '#ffffff',
16 },
17 },
18 };
19 _jm = new jsMind(options);
20 _jm.show();
21}
22
23function open_json() {
24 var mind = {

Callers 1

2_features.jsFile · 0.85

Calls 1

showMethod · 0.45

Tested by

no test coverage detected