UNPKG
vtseditor
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
VTS Editor
github.com/stefanwerfling/vtseditor
stefanwerfling/vtseditor
vtseditor
/
SchemaEditor
/
jsPlumbInstance.ts
7 lines
(5 loc)
•
228 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
{ newInstance,
BrowserJsPlumbInstance
}
from
'@jsplumb/browser-ui'
;
const
jsPlumbInstance
:
BrowserJsPlumbInstance
=
newInstance
({
container
:
document
.
getElementById
(
'schemagrid'
)! });
export
default
jsPlumbInstance;