README
xod-project
This package is a part of the XOD project.
The package provides API to query and update XOD projects’ state: create and delete nodes and links, manage patches, validate state shape, etc.
The API is done in functional style.
API functions to work on XOD project state
<script type="module">
import xodProject from 'https://cdn.skypack.dev/xod-project';
</script>
This package is a part of the XOD project.
The package provides API to query and update XOD projects’ state: create and delete nodes and links, manage patches, validate state shape, etc.
The API is done in functional style.