Documentation

Document API

Document API provides access to Divooka (binary/non-binary) documents through C

Document API

Document API is for accessing Divooka documents from outside Divooka GUI editor. You can use it in C# through Nuget, Pure with standard libraryes, Python with Divooka package, and MiniParcel.

Pure

Import()

var canvas = ....()
foreach(var node in canvas.)
	WriteLine();